mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 02:53:03 +08:00
Remove excess end-of-file empty lines
This commit is contained in:
parent
baea59847b
commit
06b21b3475
@ -174,4 +174,3 @@ protected:
|
||||
return (str != NULL) ? str : "";
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -139,5 +139,3 @@ typedef struct { /* (sizeof) (offset hex) (offset dec) */
|
||||
} GCC_ATTRIBUTE(packed) windows_BITMAPV5HEADER; /* (100) =0x7C =124 */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -390,4 +390,3 @@ template <typename T=unsigned int> static inline bitseqlengthandpos_ret_t bitseq
|
||||
void self_test(void);
|
||||
|
||||
}
|
||||
|
||||
|
@ -71,4 +71,3 @@ extern struct BuiltinFileBlob bfb_FDISK_EXE; // FDISK.EXE (FreeDOS)
|
||||
extern struct BuiltinFileBlob bfb_FORMAT_EXE; // FORMAT.EXE (FreeDOS)
|
||||
extern struct BuiltinFileBlob bfb_CHKDSK_EXE; // CHKDSK.EXE (FreeDOS)
|
||||
extern struct BuiltinFileBlob bfb_SYS_COM; // SYS.COM (FreeDOS)
|
||||
|
||||
|
@ -137,4 +137,3 @@
|
||||
#include <endian.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -55,4 +55,3 @@ public:
|
||||
};
|
||||
|
||||
#endif //DOSBOX_CLOCKDOMAIN_H
|
||||
|
||||
|
@ -413,4 +413,3 @@ typedef _IconvWin32<char,WCHAR> IconvWin32ToW;
|
||||
typedef _IconvWin32<WCHAR,char> IconvWin32FromW;
|
||||
|
||||
#endif // C_ICONV_WIN32
|
||||
|
||||
|
@ -13,4 +13,3 @@
|
||||
#define _Mixed_Endian_
|
||||
|
||||
#endif /* __ISP_UTILS_V4_MISC_INFORMATIONAL_H */
|
||||
|
||||
|
@ -21,4 +21,3 @@ const char *DKM_to_string(const unsigned int dkm);
|
||||
const char *DKM_to_descriptive_string(const unsigned int dkm);
|
||||
|
||||
#endif //__DOSBOX_X_KEYMAP
|
||||
|
||||
|
@ -78,4 +78,3 @@ void DEBUG_ShowMsg(char const* format,...) GCC_ATTRIBUTE(__format__(__printf
|
||||
#define LOG_MSG DEBUG_ShowMsg
|
||||
|
||||
#endif //DOSBOX_LOGGING_H
|
||||
|
||||
|
@ -282,4 +282,3 @@ static INLINE void RealSetVec(const uint8_t vec,const RealPt pt,RealPt &old) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -519,4 +519,3 @@ extern DOSBoxMenu mainMenu;
|
||||
void DOSBox_SetMenu(DOSBoxMenu &altMenu);
|
||||
|
||||
#endif /* MENU_DOSBOXMENU_H */
|
||||
|
||||
|
@ -44,4 +44,3 @@ struct MENU_Block {
|
||||
extern MENU_Block menu;
|
||||
|
||||
#endif /* MENUDEF_H */
|
||||
|
||||
|
@ -243,4 +243,3 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
@ -322,4 +322,3 @@ void cbuscore_attachsndex(UINT port, const IOOUT *out, const IOINP *inp);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -94,4 +94,3 @@ extern CParallel* parallelPortObjects[];
|
||||
extern uint16_t parallel_baseaddr[9];
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -40,4 +40,3 @@ static inline uint8_t pc98_font_char_read(const uint16_t code,const uint8_t line
|
||||
static inline void pc98_font_char_write(const uint16_t code,const uint8_t line,const uint8_t right_half,const uint8_t byte) {
|
||||
vga.draw.font[pc98_font_char_to_ofs(code,line,right_half)] = byte;
|
||||
}
|
||||
|
||||
|
@ -22,4 +22,3 @@ static inline unsigned char dac_4to6(unsigned char c4) {
|
||||
* a b c d a b */
|
||||
return (c4 << 2) | (c4 >> 2);
|
||||
}
|
||||
|
||||
|
@ -131,4 +131,3 @@ extern struct PC98_GDC_state pc98_gdc[2];
|
||||
extern egc_quad pc98_gdc_tiles;
|
||||
extern uint8_t pc98_gdc_vramop;
|
||||
extern uint8_t pc98_gdc_modereg;
|
||||
|
||||
|
@ -11,4 +11,3 @@ enum {
|
||||
GDC_CMD_PARAMETER_RAM_LOAD = 0x70, // 0 1 1 1 S S S S S[3:0] = starting address in parameter RAM
|
||||
GDC_CMD_CURSOR_ADDRESS_READ = 0xE0 // 1 1 1 0 0 0 0 0
|
||||
};
|
||||
|
||||
|
@ -102,4 +102,3 @@ void PCI_RemoveSST_Device(void);
|
||||
RealPt PCI_GetPModeInterface(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -94,4 +94,3 @@ template <typename T=unsigned char,const uintptr_t A> static inline constexpr T*
|
||||
void self_test(void);
|
||||
|
||||
}
|
||||
|
||||
|
@ -29,4 +29,3 @@ static inline void __w_le_u64(const void *p,const uint64_t val) {
|
||||
}
|
||||
|
||||
#endif /* __ISP_UTILS_MISC_RAWINT_H */
|
||||
|
||||
|
@ -35,4 +35,3 @@ public:
|
||||
};
|
||||
|
||||
#endif /* DOSBOX_REGIONALLOCTRACKING_H */
|
||||
|
||||
|
@ -11,4 +11,3 @@ public:
|
||||
bool fullwidth;
|
||||
bool doublewide; /* character is displayed double-wide */
|
||||
};
|
||||
|
||||
|
@ -45,4 +45,3 @@ struct DOSBox_Vector2
|
||||
return DOSBox_Vector2(this->X * f, this->Y * f);
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -33,4 +33,3 @@
|
||||
#define alignment_avx (32)
|
||||
|
||||
#endif /* __UTIL_POINTER_H */
|
||||
|
||||
|
@ -8,4 +8,3 @@
|
||||
#define _GB_bytes(x) (((Bitu)x) << (Bitu)30UL)
|
||||
|
||||
#endif /* _UTIL_UNITS_H */
|
||||
|
||||
|
@ -212,4 +212,3 @@
|
||||
#define windows_WAVE_FORMAT_DEVELOPMENT 0xFFFF
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -150,4 +150,3 @@ typedef struct { /* (sizeof) (offset hex) (offset dec) */
|
||||
#endif
|
||||
|
||||
#endif /* __ISP_UTILS_V4_WIN_WAVEFORMATEX_H */
|
||||
|
||||
|
@ -134,4 +134,3 @@ void zip_nv_write(ZIPFileEntry &ent,const char *name,bool val);
|
||||
void zip_nv_write(ZIPFileEntry &ent,const char *name,long val);
|
||||
void zip_nv_write_hex(ZIPFileEntry &ent,const char *name,unsigned long val);
|
||||
#endif //ZIPFILE_H
|
||||
|
||||
|
@ -387,4 +387,3 @@ typedef double Real64;
|
||||
|
||||
/* Linux-side configure script will write/rewrite this file so both Windows and Linux builds carry the same information --J.C. */
|
||||
#include "config_package.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user