# HG changeset patch # User Richard Laager # Date 1133862750 0 # Node ID 840a7d1767548e402a4f1cd968ae0adf95e15da9 # Parent 0d4484b7a46a695cb19e925ee685aaa9110682d3 [gaim-migrate @ 14675] Bleeter doesn't like form feeds. committer: Tailor Script diff -r 0d4484b7a46a -r 840a7d176754 src/getopt.c --- a/src/getopt.c Tue Dec 06 07:59:07 2005 +0000 +++ b/src/getopt.c Tue Dec 06 09:52:30 2005 +0000 @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - + /* NOTE!!! AIX requires this to be the first thing in the file. Do not put ANYTHING before it! */ #if !defined (__GNUC__) && defined (_AIX) diff -r 0d4484b7a46a -r 840a7d176754 src/getopt1.c --- a/src/getopt1.c Tue Dec 06 07:59:07 2005 +0000 +++ b/src/getopt1.c Tue Dec 06 09:52:30 2005 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - + #ifdef HAVE_CONFIG_H #include "config.h" #endif