Browse Source

Fix goofy formatting

Eric Andersen 23 years ago
parent
commit
0ca318b538
2 changed files with 4 additions and 4 deletions
  1. 2 2
      libc/stdio/getdelim.c
  2. 2 2
      libc/stdio/getline.c

+ 2 - 2
libc/stdio/getdelim.c

@@ -2,8 +2,8 @@
 /*
  * getdelim for uClibc
  *
- * Copyright (C) 2000 by Lineo, inc.  Written by Erik Andersen
- * <andersen@lineo.com>, <andersee@debian.org>
+ * Copyright (C) 2000 by Lineo, inc.  
+ * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Library General Public License as published by

+ 2 - 2
libc/stdio/getline.c

@@ -2,8 +2,8 @@
 /*
  * getline for uClibc
  *
- * Copyright (C) 2000 by Lineo, inc.  Written by Erik Andersen
- * <andersen@lineo.com>, <andersee@debian.org>
+ * Copyright (C) 2000 by Lineo, inc.  
+ * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Library General Public License as published by