From 3991eaf5569c7039ea20000e70aac775b7899432 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 19 Mar 2013 01:26:21 +0100 Subject: reduce whitespaces between include and filename Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005 --- rsc/source/rscpp/cpp2.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'rsc/source/rscpp/cpp2.c') 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 -#include -#include "cppdef.h" -#include "cpp.h" +#include +#include +#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 -#include -#include -#include +#include +#include +#include +#include #endif /* -- cgit