From 3beb4d278caa281ea8ebad55ae2f45ea0d46a6e6 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 17 Jul 2009 22:14:42 -0700 Subject: Use imdent to show cpp macro nesting more clearly Also strip trailing whitespace to make git happier. While many lines are changes, "git diff -w" shows no changes other than pure whitespace. Signed-off-by: Alan Coopersmith --- error.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'error.c') diff --git a/error.c b/error.c index a61cf94..9b43420 100644 --- a/error.c +++ b/error.c @@ -36,11 +36,11 @@ from The Open Group. * we generally do not have a terminal to talk to */ -# include -# include +#include +#include -# include "dm.h" -# include "dm_error.h" +#include "dm.h" +#include "dm_error.h" #define WRITES(fd, buf) write(fd, buf, strlen(buf)) -- cgit v1.2.3