diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:05:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:05:22 +0000 |
commit | 6aab712cb4220c5a8471ba581c06676af19fae07 (patch) | |
tree | 2f343d11a00563fc5efd4baf81c082f280db4f96 /src/includes | |
parent | b054a7251b91e2b95290dfd3760f942186c2d864 (diff) |
strip trailing newlines
Diffstat (limited to 'src/includes')
-rw-r--r-- | src/includes/hidden-visibility.h | 4 | ||||
-rw-r--r-- | src/includes/rc-misc.h | 2 | ||||
-rw-r--r-- | src/includes/strlist.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/includes/hidden-visibility.h b/src/includes/hidden-visibility.h index bc7e338a..9d397c23 100644 --- a/src/includes/hidden-visibility.h +++ b/src/includes/hidden-visibility.h @@ -1,6 +1,6 @@ -/* +/* * Written by Mike Frysinger - * Placed in the Public Domain + * Placed in the Public Domain */ #ifndef _HIDDEN_VISIBILITY_H_ diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index 8052dff3..68ebc803 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -3,7 +3,7 @@ This is private to us and not for user consumption */ -/* +/* * Copyright 2007 Roy Marples * All rights reserved diff --git a/src/includes/strlist.h b/src/includes/strlist.h index 3abe44ff..0669e22f 100644 --- a/src/includes/strlist.h +++ b/src/includes/strlist.h @@ -1,10 +1,10 @@ /* - strlist.h + strlist.h String list macros for making char ** arrays Based on a previous implementation by Martin Schlemmer */ -/* +/* * Copyright 2007 Roy Marples * All rights reserved |