From 7f7f8cd60795c9503156950d518caa04b30a94a2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 28 Sep 2011 19:50:40 -0700 Subject: Strip trailing whitespace Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith --- xauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xauth.c') diff --git a/xauth.c b/xauth.c index 557c6a6..7a6a522 100644 --- a/xauth.c +++ b/xauth.c @@ -2,7 +2,7 @@ * * xauth - manipulate authorization file * - * + * Copyright 1989,1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its @@ -56,7 +56,7 @@ static char *defsource = "(stdin)"; /* * utility routines */ -static void +static void usage(void) { static char *prefixmsg[] = { -- cgit v1.2.1