From 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 12 Apr 2007 00:32:05 +0000 Subject: style fixes. No code changes --- shell/msh.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'shell/msh.c') diff --git a/shell/msh.c b/shell/msh.c index 963e59446..4d1e84cf0 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -92,21 +92,21 @@ extern char **environ; #ifdef MSHDEBUG int mshdbg = MSHDEBUG; -#define DBGPRINTF(x) if(mshdbg>0)printf x -#define DBGPRINTF0(x) if(mshdbg>0)printf x -#define DBGPRINTF1(x) if(mshdbg>1)printf x -#define DBGPRINTF2(x) if(mshdbg>2)printf x -#define DBGPRINTF3(x) if(mshdbg>3)printf x -#define DBGPRINTF4(x) if(mshdbg>4)printf x -#define DBGPRINTF5(x) if(mshdbg>5)printf x -#define DBGPRINTF6(x) if(mshdbg>6)printf x -#define DBGPRINTF7(x) if(mshdbg>7)printf x -#define DBGPRINTF8(x) if(mshdbg>8)printf x -#define DBGPRINTF9(x) if(mshdbg>9)printf x +#define DBGPRINTF(x) if (mshdbg>0) printf x +#define DBGPRINTF0(x) if (mshdbg>0) printf x +#define DBGPRINTF1(x) if (mshdbg>1) printf x +#define DBGPRINTF2(x) if (mshdbg>2) printf x +#define DBGPRINTF3(x) if (mshdbg>3) printf x +#define DBGPRINTF4(x) if (mshdbg>4) printf x +#define DBGPRINTF5(x) if (mshdbg>5) printf x +#define DBGPRINTF6(x) if (mshdbg>6) printf x +#define DBGPRINTF7(x) if (mshdbg>7) printf x +#define DBGPRINTF8(x) if (mshdbg>8) printf x +#define DBGPRINTF9(x) if (mshdbg>9) printf x int mshdbg_rc = 0; -#define RCPRINTF(x) if(mshdbg_rc)printf x +#define RCPRINTF(x) if (mshdbg_rc) printf x #else -- cgit v1.2.3