From a650c606fecc7e3938345e2bc52050a9ea725e7a Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 17:04:06 +0000 Subject: spacing fixes: no tabs, 2-space indents (for rtm) --- printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'printf.c') diff --git a/printf.c b/printf.c index 10e743a..dbafc04 100644 --- a/printf.c +++ b/printf.c @@ -65,8 +65,8 @@ printf(int fd, char *fmt, ...) s++; } } else if(c == 'c'){ - putc(fd, *ap); - ap++; + putc(fd, *ap); + ap++; } else if(c == '%'){ putc(fd, c); } else { -- cgit v1.2.3