diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-28 21:16:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-28 21:16:12 +0000 |
commit | 0ca318b538527bbead594174b3e9ad0cf051b086 (patch) | |
tree | 3a3fa243a2a5ef3b92d0c312e77431157ddc96d5 /libc | |
parent | 1220fd70ca9b9534a2b831bd9f937436968b5d07 (diff) |
Fix goofy formatting
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdio/getdelim.c | 4 | ||||
-rw-r--r-- | libc/stdio/getline.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libc/stdio/getdelim.c b/libc/stdio/getdelim.c index 9181f9aa0..65d5738a1 100644 --- a/libc/stdio/getdelim.c +++ b/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 diff --git a/libc/stdio/getline.c b/libc/stdio/getline.c index 41f3a442c..870f6ed4a 100644 --- a/libc/stdio/getline.c +++ b/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 |