diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
| commit | 28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch) | |
| tree | 1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /com32/include | |
| parent | f8c463722022008c8412a69f90576d2bf38818ed (diff) | |
| download | syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz | |
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'com32/include')
| -rw-r--r-- | com32/include/console.h | 7 | ||||
| -rw-r--r-- | com32/include/dev.h | 7 | ||||
| -rw-r--r-- | com32/include/errno.h | 1 | ||||
| -rw-r--r-- | com32/include/minmax.h | 7 | ||||
| -rw-r--r-- | com32/include/netinet/in.h | 3 | ||||
| -rw-r--r-- | com32/include/png.h | 6 | ||||
| -rw-r--r-- | com32/include/pngconf.h | 28 | ||||
| -rw-r--r-- | com32/include/stdint.h | 4 | ||||
| -rw-r--r-- | com32/include/sys/cpu.h | 2 | ||||
| -rw-r--r-- | com32/include/syslinux.h | 6 |
10 files changed, 30 insertions, 41 deletions
diff --git a/com32/include/console.h b/com32/include/console.h index 494b0ba1..4c2e0f88 100644 --- a/com32/include/console.h +++ b/com32/include/console.h @@ -1,6 +1,6 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * - * + * * Copyright 2004 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person @@ -11,10 +11,10 @@ * sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall * be included in all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -57,4 +57,3 @@ extern const struct output_dev dev_ansicon_w; extern const struct output_dev dev_ansiserial_w; #endif /* _CONSOLE_H */ - diff --git a/com32/include/dev.h b/com32/include/dev.h index a5afbaf1..dbbd7932 100644 --- a/com32/include/dev.h +++ b/com32/include/dev.h @@ -1,6 +1,6 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * - * + * * Copyright 2004 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person @@ -11,10 +11,10 @@ * sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall * be included in all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -54,4 +54,3 @@ extern const struct input_dev dev_error_r; extern const struct output_dev dev_error_w; #endif /* _DEV_H */ - diff --git a/com32/include/errno.h b/com32/include/errno.h index d32f33f6..36690bf6 100644 --- a/com32/include/errno.h +++ b/com32/include/errno.h @@ -132,4 +132,3 @@ extern int errno; #define EMEDIUMTYPE 124 /* Wrong medium type */ #endif /* _ERRNO_H */ - diff --git a/com32/include/minmax.h b/com32/include/minmax.h index 319db164..b333a656 100644 --- a/com32/include/minmax.h +++ b/com32/include/minmax.h @@ -1,6 +1,6 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * - * + * * Copyright 2004 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person @@ -11,10 +11,10 @@ * sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall * be included in all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -41,4 +41,3 @@ xx > yy ? xx : yy; }) #endif /* _MINMAX_H */ - diff --git a/com32/include/netinet/in.h b/com32/include/netinet/in.h index 325bd4cf..e6a20489 100644 --- a/com32/include/netinet/in.h +++ b/com32/include/netinet/in.h @@ -38,6 +38,3 @@ static inline uint64_t __htonq(uint64_t v) #define ntohq(x) __htonq(x) #endif /* _NETINET_IN_H */ - - - diff --git a/com32/include/png.h b/com32/include/png.h index e87a3011..800b912e 100644 --- a/com32/include/png.h +++ b/com32/include/png.h @@ -336,7 +336,7 @@ #define PNG_LIBPNG_BUILD_RC 3 #define PNG_LIBPNG_BUILD_STABLE 4 #define PNG_LIBPNG_BUILD_RELEASE_STATUS_MASK 7 - + /* Release-Specific Flags */ #define PNG_LIBPNG_BUILD_PATCH 8 /* Can be OR'ed with PNG_LIBPNG_BUILD_STABLE only */ @@ -367,12 +367,12 @@ /* Ref MSDN: Private as priority over Special * VS_FF_PRIVATEBUILD File *was not* built using standard release * procedures. If this value is given, the StringFileInfo block must - * contain a PrivateBuild string. + * contain a PrivateBuild string. * * VS_FF_SPECIALBUILD File *was* built by the original company using * standard release procedures but is a variation of the standard * file of the same version number. If this value is given, the - * StringFileInfo block must contain a SpecialBuild string. + * StringFileInfo block must contain a SpecialBuild string. */ #if defined(PNG_USER_PRIVATEBUILD) diff --git a/com32/include/pngconf.h b/com32/include/pngconf.h index 7f4cbede..3ac628c4 100644 --- a/com32/include/pngconf.h +++ b/com32/include/pngconf.h @@ -19,7 +19,7 @@ #define PNG_1_2_X -/* +/* * PNG_USER_CONFIG has to be defined on the compiler command line. This * includes the resource compiler for Windows DLL configurations. */ @@ -29,7 +29,7 @@ /* * Added at libpng-1.2.8 - * + * * If you create a private DLL you need to define in "pngusr.h" the followings: * #define PNG_USER_PRIVATEBUILD <Describes by whom and why this version of * the DLL was built> @@ -40,8 +40,8 @@ * number and must match your private DLL name> * e.g. // private DLL "libpng13gx.dll" * #define PNG_USER_DLLFNAME_POSTFIX "gx" - * - * The following macros are also at your disposal if you want to complete the + * + * The following macros are also at your disposal if you want to complete the * DLL VERSIONINFO structure. * - PNG_USER_VERSIONINFO_COMMENTS * - PNG_USER_VERSIONINFO_COMPANYNAME @@ -129,9 +129,9 @@ * 'Cygwin' defines/defaults: * PNG_BUILD_DLL -- (ignored) building the dll * (no define) -- (ignored) building an application, linking to the dll - * PNG_STATIC -- (ignored) building the static lib, or building an + * PNG_STATIC -- (ignored) building the static lib, or building an * application that links to the static lib. - * ALL_STATIC -- (ignored) building various static libs, or building an + * ALL_STATIC -- (ignored) building various static libs, or building an * application that links to the static libs. * Thus, * a cygwin user should define either PNG_BUILD_DLL or PNG_STATIC, and @@ -144,12 +144,12 @@ * PNG_BUILD_DLL * PNG_STATIC * (nothing) == PNG_USE_DLL - * + * * CYGWIN (2002-01-20): The preceding is now obsolete. With the advent - * of auto-import in binutils, we no longer need to worry about + * of auto-import in binutils, we no longer need to worry about * __declspec(dllexport) / __declspec(dllimport) and friends. Therefore, * we don't need to worry about PNG_STATIC or ALL_STATIC when it comes - * to __declspec() stuff. However, we DO need to worry about + * to __declspec() stuff. However, we DO need to worry about * PNG_BUILD_DLL and PNG_STATIC because those change some defaults * such as CONSOLE_IO and whether GLOBAL_ARRAYS are allowed. */ @@ -193,8 +193,8 @@ # if !defined(PNG_DLL) # define PNG_DLL # endif -# endif -# endif +# endif +# endif # endif #endif @@ -690,7 +690,7 @@ # define PNG_EASY_ACCESS_SUPPORTED #endif -/* PNG_ASSEMBLER_CODE was enabled by default in version 1.2.0 +/* PNG_ASSEMBLER_CODE was enabled by default in version 1.2.0 even when PNG_USE_PNGVCRD or PNG_USE_PNGGCCRD is not defined */ #if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) # ifndef PNG_ASSEMBLER_CODE_SUPPORTED @@ -1239,7 +1239,7 @@ typedef z_stream FAR * png_zstreamp; # define PNGAPI __cdecl # undef PNG_IMPEXP # define PNG_IMPEXP -#endif +#endif /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall", * you may get warnings regarding the linkage of png_zalloc and png_zfree. @@ -1404,7 +1404,7 @@ typedef z_stream FAR * png_zstreamp; # define PNG_MMX_ROWBYTES_THRESHOLD_DEFAULT 128 /* >= */ #endif #ifndef PNG_MMX_BITDEPTH_THRESHOLD_DEFAULT -# define PNG_MMX_BITDEPTH_THRESHOLD_DEFAULT 9 /* >= */ +# define PNG_MMX_BITDEPTH_THRESHOLD_DEFAULT 9 /* >= */ #endif /* Set this in the makefile for VC++ on Pentium, not here. */ diff --git a/com32/include/stdint.h b/com32/include/stdint.h index bfe80323..9a5553b9 100644 --- a/com32/include/stdint.h +++ b/com32/include/stdint.h @@ -140,7 +140,3 @@ typedef uint64_t uintmax_t; #endif /* STDC_CONSTANT_MACROS */ #endif /* _STDINT_H */ - - - - diff --git a/com32/include/sys/cpu.h b/com32/include/sys/cpu.h index 1af2db71..0a7b4652 100644 --- a/com32/include/sys/cpu.h +++ b/com32/include/sys/cpu.h @@ -49,7 +49,7 @@ static inline uint32_t cpuid_edx(uint32_t level) static inline uint64_t rdmsr(uint32_t msr) { uint64_t v; - + asm volatile("rdmsr" : "=A" (v) : "c" (msr)); return v; } diff --git a/com32/include/syslinux.h b/com32/include/syslinux.h index c7510076..c24af404 100644 --- a/com32/include/syslinux.h +++ b/com32/include/syslinux.h @@ -1,6 +1,6 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * - * + * * Copyright 2005 H. Peter Anvin - All Rights Reserved * * Permission is hereby granted, free of charge, to any person @@ -11,10 +11,10 @@ * sell copies of the Software, and to permit persons to whom * the Software is furnished to do so, subject to the following * conditions: - * + * * The above copyright notice and this permission notice shall * be included in all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
