diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 01:51:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 01:51:22 +0000 |
commit | a1b43faa436430e76da7da5ee321113a87ce719c (patch) | |
tree | 3c2a5d5338d5db43f91ceccbb6d2fbea97f022ba /compat/getopt.h | |
parent | 430d2194362e177b55c5fc66ee95f3a968ed62e1 (diff) | |
download | rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.gz rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.bz2 rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.zip |
Trim spaces.
Diffstat (limited to 'compat/getopt.h')
-rw-r--r-- | compat/getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/getopt.h b/compat/getopt.h index 0311b078..4e6689c3 100644 --- a/compat/getopt.h +++ b/compat/getopt.h @@ -74,5 +74,5 @@ extern int optreset; extern char *suboptarg; /* getsubopt(3) external variable */ #endif __END_DECLS - + #endif /* !_GETOPT_H_ */ |