Remove excess end-of-file empty lines

This commit is contained in:
Allofich 2021-08-22 15:44:04 +09:00
parent baea59847b
commit 06b21b3475
32 changed files with 0 additions and 33 deletions

View File

@ -174,4 +174,3 @@ protected:
return (str != NULL) ? str : "";
}
};

View File

@ -139,5 +139,3 @@ typedef struct { /* (sizeof) (offset hex) (offset dec) */
} GCC_ATTRIBUTE(packed) windows_BITMAPV5HEADER; /* (100) =0x7C =124 */
#endif

View File

@ -390,4 +390,3 @@ template <typename T=unsigned int> static inline bitseqlengthandpos_ret_t bitseq
void self_test(void);
}

View File

@ -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)

View File

@ -137,4 +137,3 @@
#include <endian.h>
#endif

View File

@ -55,4 +55,3 @@ public:
};
#endif //DOSBOX_CLOCKDOMAIN_H

View File

@ -413,4 +413,3 @@ typedef _IconvWin32<char,WCHAR> IconvWin32ToW;
typedef _IconvWin32<WCHAR,char> IconvWin32FromW;
#endif // C_ICONV_WIN32

View File

@ -13,4 +13,3 @@
#define _Mixed_Endian_
#endif /* __ISP_UTILS_V4_MISC_INFORMATIONAL_H */

View File

@ -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

View File

@ -78,4 +78,3 @@ void DEBUG_ShowMsg(char const* format,...) GCC_ATTRIBUTE(__format__(__printf
#define LOG_MSG DEBUG_ShowMsg
#endif //DOSBOX_LOGGING_H

View File

@ -282,4 +282,3 @@ static INLINE void RealSetVec(const uint8_t vec,const RealPt pt,RealPt &old) {
}
#endif

View File

@ -519,4 +519,3 @@ extern DOSBoxMenu mainMenu;
void DOSBox_SetMenu(DOSBoxMenu &altMenu);
#endif /* MENU_DOSBOXMENU_H */

View File

@ -44,4 +44,3 @@ struct MENU_Block {
extern MENU_Block menu;
#endif /* MENUDEF_H */

View File

@ -243,4 +243,3 @@ public:
};

View File

@ -322,4 +322,3 @@ void cbuscore_attachsndex(UINT port, const IOOUT *out, const IOINP *inp);
#ifdef __cplusplus
}
#endif

View File

@ -94,4 +94,3 @@ extern CParallel* parallelPortObjects[];
extern uint16_t parallel_baseaddr[9];
#endif

View File

@ -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;
}

View File

@ -22,4 +22,3 @@ static inline unsigned char dac_4to6(unsigned char c4) {
* a b c d a b */
return (c4 << 2) | (c4 >> 2);
}

View File

@ -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;

View File

@ -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
};

View File

@ -102,4 +102,3 @@ void PCI_RemoveSST_Device(void);
RealPt PCI_GetPModeInterface(void);
#endif

View File

@ -94,4 +94,3 @@ template <typename T=unsigned char,const uintptr_t A> static inline constexpr T*
void self_test(void);
}

View File

@ -29,4 +29,3 @@ static inline void __w_le_u64(const void *p,const uint64_t val) {
}
#endif /* __ISP_UTILS_MISC_RAWINT_H */

View File

@ -35,4 +35,3 @@ public:
};
#endif /* DOSBOX_REGIONALLOCTRACKING_H */

View File

@ -11,4 +11,3 @@ public:
bool fullwidth;
bool doublewide; /* character is displayed double-wide */
};

View File

@ -45,4 +45,3 @@ struct DOSBox_Vector2
return DOSBox_Vector2(this->X * f, this->Y * f);
}
};

View File

@ -33,4 +33,3 @@
#define alignment_avx (32)
#endif /* __UTIL_POINTER_H */

View File

@ -8,4 +8,3 @@
#define _GB_bytes(x) (((Bitu)x) << (Bitu)30UL)
#endif /* _UTIL_UNITS_H */

View File

@ -212,4 +212,3 @@
#define windows_WAVE_FORMAT_DEVELOPMENT 0xFFFF
#endif

View File

@ -150,4 +150,3 @@ typedef struct { /* (sizeof) (offset hex) (offset dec) */
#endif
#endif /* __ISP_UTILS_V4_WIN_WAVEFORMATEX_H */

View File

@ -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

View File

@ -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"