diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:26:21 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:26:45 +0100 |
commit | 3991eaf5569c7039ea20000e70aac775b7899432 (patch) | |
tree | 26402686fb0d34fb0a5be880a146d2d188179654 /rsc/source/rscpp/cpp2.c | |
parent | d0e11d7591bf27a3ac2198042a590884281365ec (diff) |
reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
Diffstat (limited to 'rsc/source/rscpp/cpp2.c')
-rw-r--r-- | rsc/source/rscpp/cpp2.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/rsc/source/rscpp/cpp2.c b/rsc/source/rscpp/cpp2.c index 13d6a47f6855..167983d0c0d1 100644 --- a/rsc/source/rscpp/cpp2.c +++ b/rsc/source/rscpp/cpp2.c @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> -#include <ctype.h> -#include "cppdef.h" -#include "cpp.h" +#include <stdio.h> +#include <ctype.h> +#include "cppdef.h" +#include "cpp.h" #if HOST == SYS_VMS /* * Include the rms stuff. (We can't just include rms.h as it uses the * VaxC-specific library include syntax that Decus CPP doesn't support. * By including things by hand, we can CPP ourself.) */ -#include <nam.h> -#include <fab.h> -#include <rab.h> -#include <rmsdef.h> +#include <nam.h> +#include <fab.h> +#include <rab.h> +#include <rmsdef.h> #endif /* |