Browse Source

tree: Remove ^L

Remove ^L (0x0c) chars from source code.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Petr Vorel 1 month ago
parent
commit
0694e42c9c

+ 9 - 9
COPYING.LIB

@@ -55,7 +55,7 @@ modified by someone else and passed on, the recipients should know
 that what they have is not the original version, so that the original
 that what they have is not the original version, so that the original
 author's reputation will not be affected by problems that might be
 author's reputation will not be affected by problems that might be
 introduced by others.
 introduced by others.
-
+
   Finally, software patents pose a constant threat to the existence of
   Finally, software patents pose a constant threat to the existence of
 any free program.  We wish to make sure that a company cannot
 any free program.  We wish to make sure that a company cannot
 effectively restrict the users of a free program by obtaining a
 effectively restrict the users of a free program by obtaining a
@@ -111,7 +111,7 @@ modification follow.  Pay close attention to the difference between a
 "work based on the library" and a "work that uses the library".  The
 "work based on the library" and a "work that uses the library".  The
 former contains code derived from the library, whereas the latter must
 former contains code derived from the library, whereas the latter must
 be combined with the library in order to run.
 be combined with the library in order to run.
-
+
 		  GNU LESSER GENERAL PUBLIC LICENSE
 		  GNU LESSER GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
 
@@ -158,7 +158,7 @@ Library.
   You may charge a fee for the physical act of transferring a copy,
   You may charge a fee for the physical act of transferring a copy,
 and you may at your option offer warranty protection in exchange for a
 and you may at your option offer warranty protection in exchange for a
 fee.
 fee.
-
+
   2. You may modify your copy or copies of the Library or any portion
   2. You may modify your copy or copies of the Library or any portion
 of it, thus forming a work based on the Library, and copy and
 of it, thus forming a work based on the Library, and copy and
 distribute such modifications or work under the terms of Section 1
 distribute such modifications or work under the terms of Section 1
@@ -216,7 +216,7 @@ instead of to this License.  (If a newer version than version 2 of the
 ordinary GNU General Public License has appeared, then you can specify
 ordinary GNU General Public License has appeared, then you can specify
 that version instead if you wish.)  Do not make any other change in
 that version instead if you wish.)  Do not make any other change in
 these notices.
 these notices.
-
+
   Once this change is made in a given copy, it is irreversible for
   Once this change is made in a given copy, it is irreversible for
 that copy, so the ordinary GNU General Public License applies to all
 that copy, so the ordinary GNU General Public License applies to all
 subsequent copies and derivative works made from that copy.
 subsequent copies and derivative works made from that copy.
@@ -267,7 +267,7 @@ Library will still fall under Section 6.)
 distribute the object code for the work under the terms of Section 6.
 distribute the object code for the work under the terms of Section 6.
 Any executables containing that work also fall under Section 6,
 Any executables containing that work also fall under Section 6,
 whether or not they are linked directly with the Library itself.
 whether or not they are linked directly with the Library itself.
-
+
   6. As an exception to the Sections above, you may also combine or
   6. As an exception to the Sections above, you may also combine or
 link a "work that uses the Library" with the Library to produce a
 link a "work that uses the Library" with the Library to produce a
 work containing portions of the Library, and distribute that work
 work containing portions of the Library, and distribute that work
@@ -329,7 +329,7 @@ restrictions of other proprietary libraries that do not normally
 accompany the operating system.  Such a contradiction means you cannot
 accompany the operating system.  Such a contradiction means you cannot
 use both them and the Library together in an executable that you
 use both them and the Library together in an executable that you
 distribute.
 distribute.
-
+
   7. You may place library facilities that are a work based on the
   7. You may place library facilities that are a work based on the
 Library side-by-side in a single library together with other library
 Library side-by-side in a single library together with other library
 facilities not covered by this License, and distribute such a combined
 facilities not covered by this License, and distribute such a combined
@@ -370,7 +370,7 @@ subject to these terms and conditions.  You may not impose any further
 restrictions on the recipients' exercise of the rights granted herein.
 restrictions on the recipients' exercise of the rights granted herein.
 You are not responsible for enforcing compliance by third parties with
 You are not responsible for enforcing compliance by third parties with
 this License.
 this License.
-
+
   11. If, as a consequence of a court judgment or allegation of patent
   11. If, as a consequence of a court judgment or allegation of patent
 infringement or for any other reason (not limited to patent issues),
 infringement or for any other reason (not limited to patent issues),
 conditions are imposed on you (whether by court order, agreement or
 conditions are imposed on you (whether by court order, agreement or
@@ -422,7 +422,7 @@ conditions either of that version or of any later version published by
 the Free Software Foundation.  If the Library does not specify a
 the Free Software Foundation.  If the Library does not specify a
 license version number, you may choose any version ever published by
 license version number, you may choose any version ever published by
 the Free Software Foundation.
 the Free Software Foundation.
-
+
   14. If you wish to incorporate parts of the Library into other free
   14. If you wish to incorporate parts of the Library into other free
 programs whose distribution conditions are incompatible with these,
 programs whose distribution conditions are incompatible with these,
 write to the author to ask for permission.  For software which is
 write to the author to ask for permission.  For software which is
@@ -456,7 +456,7 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGES.
 DAMAGES.
 
 
 		     END OF TERMS AND CONDITIONS
 		     END OF TERMS AND CONDITIONS
-
+
            How to Apply These Terms to Your New Libraries
            How to Apply These Terms to Your New Libraries
 
 
   If you develop a new library, and you want it to be of the greatest
   If you develop a new library, and you want it to be of the greatest

+ 2 - 2
extra/config/zconf.tab.c_shipped

@@ -1067,7 +1067,7 @@ int yydebug;
 # define YYMAXDEPTH 10000
 # define YYMAXDEPTH 10000
 #endif
 #endif
 
 
-
+
 
 
 #if YYERROR_VERBOSE
 #if YYERROR_VERBOSE
 
 
@@ -1278,7 +1278,7 @@ yysyntax_error (char *yyresult, int yystate, int yychar)
     }
     }
 }
 }
 #endif /* YYERROR_VERBOSE */
 #endif /* YYERROR_VERBOSE */
-
+
 
 
 /*-----------------------------------------------.
 /*-----------------------------------------------.
 | Release the memory associated to this symbol.  |
 | Release the memory associated to this symbol.  |

+ 9 - 9
include/argp.h

@@ -73,7 +73,7 @@
 typedef int error_t;
 typedef int error_t;
 # define __error_t_defined
 # define __error_t_defined
 #endif
 #endif
-
+
 #ifdef  __cplusplus
 #ifdef  __cplusplus
 extern "C" {
 extern "C" {
 #endif
 #endif
@@ -147,7 +147,7 @@ struct argp_option
    distinguish these two cases, -x should probably be marked
    distinguish these two cases, -x should probably be marked
    OPTION_NO_USAGE.  */
    OPTION_NO_USAGE.  */
 #define OPTION_NO_USAGE		0x10
 #define OPTION_NO_USAGE		0x10
-
+
 struct argp;			/* fwd declare this type */
 struct argp;			/* fwd declare this type */
 struct argp_state;		/* " */
 struct argp_state;		/* " */
 struct argp_child;		/* " */
 struct argp_child;		/* " */
@@ -285,7 +285,7 @@ struct argp
    suppressed.  */
    suppressed.  */
 #define ARGP_KEY_HELP_DUP_ARGS_NOTE 0x2000005
 #define ARGP_KEY_HELP_DUP_ARGS_NOTE 0x2000005
 #define ARGP_KEY_HELP_ARGS_DOC	0x2000006 /* Argument doc string.  */
 #define ARGP_KEY_HELP_ARGS_DOC	0x2000006 /* Argument doc string.  */
-
+
 /* When an argp has a non-zero CHILDREN field, it should point to a vector of
 /* When an argp has a non-zero CHILDREN field, it should point to a vector of
    argp_child structures, each of which describes a subsidiary argp.  */
    argp_child structures, each of which describes a subsidiary argp.  */
 struct argp_child
 struct argp_child
@@ -310,7 +310,7 @@ struct argp_child
      (merging the child's grouping levels with the parents).  */
      (merging the child's grouping levels with the parents).  */
   int group;
   int group;
 };
 };
-
+
 /* Parsing state.  This is provided to parsing functions called by argp,
 /* Parsing state.  This is provided to parsing functions called by argp,
    which may examine and, as noted, modify fields.  */
    which may examine and, as noted, modify fields.  */
 struct argp_state
 struct argp_state
@@ -358,7 +358,7 @@ struct argp_state
 
 
   void *pstate;			/* Private, for use by argp.  */
   void *pstate;			/* Private, for use by argp.  */
 };
 };
-
+
 /* Flags for argp_parse (note that the defaults are those that are
 /* Flags for argp_parse (note that the defaults are those that are
    convenient for program command line parsing): */
    convenient for program command line parsing): */
 
 
@@ -414,7 +414,7 @@ extern error_t argp_parse (__const struct argp *__restrict __argp,
 			   int __argc, char **__restrict __argv,
 			   int __argc, char **__restrict __argv,
 			   unsigned __flags, int *__restrict __arg_index,
 			   unsigned __flags, int *__restrict __arg_index,
 			   void *__restrict __input);
 			   void *__restrict __input);
-
+
 /* Global variables.  */
 /* Global variables.  */
 
 
 /* If defined or set by the user program to a non-zero value, then a default
 /* If defined or set by the user program to a non-zero value, then a default
@@ -443,7 +443,7 @@ extern __const char *argp_program_bug_address;
    If not defined or set by the user program, this defaults to EX_USAGE from
    If not defined or set by the user program, this defaults to EX_USAGE from
    <sysexits.h>.  */
    <sysexits.h>.  */
 extern error_t argp_err_exit_status;
 extern error_t argp_err_exit_status;
-
+
 /* Flags for argp_help.  */
 /* Flags for argp_help.  */
 #define ARGP_HELP_USAGE		0x01 /* a Usage: message. */
 #define ARGP_HELP_USAGE		0x01 /* a Usage: message. */
 #define ARGP_HELP_SHORT_USAGE	0x02 /*  " but don't actually print options. */
 #define ARGP_HELP_SHORT_USAGE	0x02 /*  " but don't actually print options. */
@@ -478,7 +478,7 @@ extern error_t argp_err_exit_status;
 extern void argp_help (__const struct argp *__restrict __argp,
 extern void argp_help (__const struct argp *__restrict __argp,
 		       FILE *__restrict __stream,
 		       FILE *__restrict __stream,
 		       unsigned __flags, char *__restrict __name);
 		       unsigned __flags, char *__restrict __name);
-
+
 /* The following routines are intended to be called from within an argp
 /* The following routines are intended to be called from within an argp
    parsing routine (thus taking an argp_state structure as the first
    parsing routine (thus taking an argp_state structure as the first
    argument).  They may or may not print an error message and exit, depending
    argument).  They may or may not print an error message and exit, depending
@@ -528,7 +528,7 @@ extern int __option_is_end (__const struct argp_option *__opt) __THROW;
 extern void *__argp_input (__const struct argp *__restrict __argp,
 extern void *__argp_input (__const struct argp *__restrict __argp,
 			   __const struct argp_state *__restrict __state)
 			   __const struct argp_state *__restrict __state)
      __THROW;
      __THROW;
-
+
 #ifdef __USE_EXTERN_INLINES
 #ifdef __USE_EXTERN_INLINES
 
 
 # ifndef ARGP_EI
 # ifndef ARGP_EI

+ 2 - 2
include/sys/stat.h

@@ -371,7 +371,7 @@ extern int mkfifo (const char *__path, __mode_t __mode)
 extern int mkfifoat (int __fd, const char *__path, __mode_t __mode)
 extern int mkfifoat (int __fd, const char *__path, __mode_t __mode)
      __THROW __nonnull ((2));
      __THROW __nonnull ((2));
 #endif
 #endif
-
+
 #ifdef __USE_ATFILE
 #ifdef __USE_ATFILE
 /* Set file access and modification times relative to directory file
 /* Set file access and modification times relative to directory file
    descriptor.  */
    descriptor.  */
@@ -386,7 +386,7 @@ libc_hidden_proto(utimensat)
 /* Set file access and modification times of the file associated with FD.  */
 /* Set file access and modification times of the file associated with FD.  */
 extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
 extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
 #endif
 #endif
-
+
 /* on uClibc we have unversioned struct stat and mknod.
 /* on uClibc we have unversioned struct stat and mknod.
  * bits/stat.h is filled with wrong info, so we undo it here.  */
  * bits/stat.h is filled with wrong info, so we undo it here.  */
 #undef _STAT_VER
 #undef _STAT_VER

+ 2 - 2
libc/sysdeps/linux/common/bits/stab.def

@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
    <http://www.gnu.org/licenses/>.  */
 
 
 /* This contains contribution from Cygnus Support.  */
 /* This contains contribution from Cygnus Support.  */
-
+
 /* Global variable.  Only the name is significant.
 /* Global variable.  Only the name is significant.
    To find the address, look in the corresponding external symbol.  */
    To find the address, look in the corresponding external symbol.  */
 __define_stab (N_GSYM, 0x20, "GSYM")
 __define_stab (N_GSYM, 0x20, "GSYM")
@@ -177,7 +177,7 @@ __define_stab (N_NBLCS,  0xF8, "NBLCS")
 /* Second symbol entry containing a length-value for the preceding entry.
 /* Second symbol entry containing a length-value for the preceding entry.
    The value is the length.  */
    The value is the length.  */
 __define_stab (N_LENG, 0xfe, "LENG")
 __define_stab (N_LENG, 0xfe, "LENG")
-
+
 /* The above information, in matrix format.
 /* The above information, in matrix format.
 
 
 			STAB MATRIX
 			STAB MATRIX

+ 2 - 2
libpthread/nptl/pthread_create.c

@@ -551,11 +551,11 @@ pthread_create (
 
 
   return 0;
   return 0;
 }
 }
-
+
 /* Information for libthread_db.  */
 /* Information for libthread_db.  */
 
 
 #include "../nptl_db/db_info.c"
 #include "../nptl_db/db_info.c"
-
+
 /* If pthread_create is present, libgcc_eh.a and libsupc++.a expects some other POSIX thread
 /* If pthread_create is present, libgcc_eh.a and libsupc++.a expects some other POSIX thread
    functions to be present as well.  */
    functions to be present as well.  */
 PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_lock)
 PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_lock)