From eb28f0378fadd0d143aad7ec16f7b91814faae9a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Jun 2018 09:16:52 -0700 Subject: Remove trailing whitespace from header files Performed with: find include -name '*.h' | xargs perl -i -p -e 's{[ \t]+$}{}' "git diff -w" shows no changes from this changeset. Signed-off-by: Alan Coopersmith --- include/X11/extensions/xcalibrateproto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/X11/extensions/xcalibrateproto.h') diff --git a/include/X11/extensions/xcalibrateproto.h b/include/X11/extensions/xcalibrateproto.h index feded32..2301754 100644 --- a/include/X11/extensions/xcalibrateproto.h +++ b/include/X11/extensions/xcalibrateproto.h @@ -25,7 +25,7 @@ #ifndef XCALIBRATEPROTO_H #define XCALIBRATEPROTO_H -/* +/* * requests and replies */ typedef struct { -- cgit v1.2.3