summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp3.c
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:26:21 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:26:45 +0100
commit3991eaf5569c7039ea20000e70aac775b7899432 (patch)
tree26402686fb0d34fb0a5be880a146d2d188179654 /rsc/source/rscpp/cpp3.c
parentd0e11d7591bf27a3ac2198042a590884281365ec (diff)
reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
Diffstat (limited to 'rsc/source/rscpp/cpp3.c')
-rw-r--r--rsc/source/rscpp/cpp3.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index 05c34227463e..48b5d1dafec9 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -16,15 +16,15 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
+#include <stdio.h>
#ifdef UNX
-#include <stdlib.h>
+#include <stdlib.h>
#endif
-#include <ctype.h>
-#include "cppdef.h"
-#include "cpp.h"
+#include <ctype.h>
+#include "cppdef.h"
+#include "cpp.h"
-#include "time.h" /* BP */
+#include "time.h" /* BP */
#ifndef _STRING_H
#include <string.h>
@@ -35,7 +35,7 @@ int AddInclude( char *pIncStr ); /* BP, 11.09.91, Forward-Deklaration */
#endif
#if (OSL_DEBUG_LEVEL > 1) && (HOST == SYS_VMS || HOST == SYS_UNIX)
-#include <signal.h>
+#include <signal.h>
#endif
void InitCpp3()