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/libutil/include | |
parent | f8c463722022008c8412a69f90576d2bf38818ed (diff) | |
download | syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.xz syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.zip |
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'com32/libutil/include')
-rw-r--r-- | com32/libutil/include/base64.h | 6 | ||||
-rw-r--r-- | com32/libutil/include/consoles.h | 7 | ||||
-rw-r--r-- | com32/libutil/include/getkey.h | 6 | ||||
-rw-r--r-- | com32/libutil/include/libutil.h | 6 | ||||
-rw-r--r-- | com32/libutil/include/minmax.h | 7 |
5 files changed, 15 insertions, 17 deletions
diff --git a/com32/libutil/include/base64.h b/com32/libutil/include/base64.h index 45c69afc..e17f11bf 100644 --- a/com32/libutil/include/base64.h +++ b/com32/libutil/include/base64.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 diff --git a/com32/libutil/include/consoles.h b/com32/libutil/include/consoles.h index 81f17bf6..ca962b9e 100644 --- a/com32/libutil/include/consoles.h +++ b/com32/libutil/include/consoles.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 @@ -39,4 +39,3 @@ void console_ansi_std(void); void console_ansi_raw(void); #endif /* LIBUTIL_CONSOLES_H */ - diff --git a/com32/libutil/include/getkey.h b/com32/libutil/include/getkey.h index 97a4ed84..d4e650d0 100644 --- a/com32/libutil/include/getkey.h +++ b/com32/libutil/include/getkey.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 diff --git a/com32/libutil/include/libutil.h b/com32/libutil/include/libutil.h index 9138b6db..5c76fa33 100644 --- a/com32/libutil/include/libutil.h +++ b/com32/libutil/include/libutil.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 diff --git a/com32/libutil/include/minmax.h b/com32/libutil/include/minmax.h index 319db164..b333a656 100644 --- a/com32/libutil/include/minmax.h +++ b/com32/libutil/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 */ - |