summaryrefslogtreecommitdiff
path: root/pr.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-07 17:34:17 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-07 17:34:17 -0700
commit3602fb0b7ba2bde9c73610693dbb50534fe42b81 (patch)
tree3a738fc259d6d55cc6b4acbb5ec07c5fe97b9202 /pr.c
parentc1f32dc1d4c1758065468e1f5d34707099f59f33 (diff)
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 <alan.coopersmith@oracle.com>
Diffstat (limited to 'pr.c')
-rw-r--r--pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr.c b/pr.c
index 20e3432..9a65723 100644
--- a/pr.c
+++ b/pr.c
@@ -36,7 +36,7 @@ extern boolean verbose;
extern boolean show_where_not;
void
-add_include(struct filepointer *filep, struct inclist *file,
+add_include(struct filepointer *filep, struct inclist *file,
struct inclist *file_red, const char *include, int type,
boolean failOK)
{