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/stdlib.h | |
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/stdlib.h')
-rw-r--r-- | include/libc/stdlib.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 |