diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2008-12-11 20:30:53 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2008-12-11 20:30:53 +0000 |
commit | 58ca864765bd2ed467c211cbd8ba32f0bb697fa1 (patch) | |
tree | 9ac6c0ec3ae7512140e73fec9f3bd7d45a11d322 /include/libc | |
parent | 3038a07be7ee80958ec2b6e9a57fd2f8bdb70945 (diff) | |
download | openbios-58ca864765bd2ed467c211cbd8ba32f0bb697fa1.zip openbios-58ca864765bd2ed467c211cbd8ba32f0bb697fa1.tar.gz openbios-58ca864765bd2ed467c211cbd8ba32f0bb697fa1.tar.bz2 |
Delete extra whitespace at the end of line, which annoys quilt
git-svn-id: svn://coreboot.org/openbios/openbios-devel@284 f158a5a8-5612-0410-a976-696ce0be7e32
Diffstat (limited to 'include/libc')
-rw-r--r-- | include/libc/diskio.h | 14 | ||||
-rw-r--r-- | include/libc/stdlib.h | 12 | ||||
-rw-r--r-- | include/libc/string.h | 12 | ||||
-rw-r--r-- | include/libc/vsprintf.h | 14 |
4 files changed, 26 insertions, 26 deletions
diff --git a/include/libc/diskio.h b/include/libc/diskio.h index cf0c526..9244959 100644 --- a/include/libc/diskio.h +++ b/include/libc/diskio.h @@ -1,17 +1,17 @@ -/* +/* * Creation Date: <2003/12/20 00:57:01 samuel> * Time-stamp: <2004/01/07 19:32:29 samuel> - * + * * <diskio.h> - * - * - * + * + * + * * Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se) - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 - * + * */ #ifndef _H_DISKIO diff --git a/include/libc/stdlib.h b/include/libc/stdlib.h index b92fc9d..ef08838 100644 --- a/include/libc/stdlib.h +++ b/include/libc/stdlib.h @@ -1,16 +1,16 @@ -/* +/* * Creation Date: <2003/12/19 18:52:20 samuel> * Time-stamp: <2003/12/19 18:52:21 samuel> - * + * * <stdlib.h> - * - * + * + * * Copyright (C) 2003 Samuel Rydh (samuel@ibrium.se) - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 - * + * */ #ifndef _H_STDLIB diff --git a/include/libc/string.h b/include/libc/string.h index f8244f9..be81cab 100644 --- a/include/libc/string.h +++ b/include/libc/string.h @@ -1,17 +1,17 @@ -/* +/* * Creation Date: <2002/10/12 20:41:57 samuel> * Time-stamp: <2003/10/25 12:51:22 samuel> - * + * * <string.h> - * + * * string library functions - * + * * Copyright (C) 2002, 2003 Samuel Rydh (samuel@ibrium.se) - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation - * + * */ #ifndef _H_STRING diff --git a/include/libc/vsprintf.h b/include/libc/vsprintf.h index cd28fb3..30c3713 100644 --- a/include/libc/vsprintf.h +++ b/include/libc/vsprintf.h @@ -1,17 +1,17 @@ -/* +/* * Creation Date: <2003/12/20 01:51:22 samuel> * Time-stamp: <2004/01/07 19:02:17 samuel> - * + * * <vsprintf.h> - * - * - * + * + * + * * Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se) - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 - * + * */ #ifndef _H_VSPRINTF |