summaryrefslogtreecommitdiff
path: root/tools/bootstrp/sspretty.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/sspretty.cxx')
-rw-r--r--tools/bootstrp/sspretty.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bootstrp/sspretty.cxx b/tools/bootstrp/sspretty.cxx
index e4ab7df062a0..5a27cf7d2306 100644
--- a/tools/bootstrp/sspretty.cxx
+++ b/tools/bootstrp/sspretty.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ int _cdecl main( int argc, char *argv[] )
String aFileName( argv[ 1 ], RTL_TEXTENCODING_ASCII_US );
InformationParser aParser;
GenericInformationList *pList = aParser.Execute( aFileName );
- if ( pList )
+ if ( pList )
aParser.Save( aFileName, pList );
else {
fprintf( stderr, "Error reading input file!\n" );