diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-02 12:17:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-02 12:17:26 (GMT) |
commit | fb6b7a8d8df44ad9dc0d96bddf6acfed423fa873 (patch) | |
tree | 1576e69effccf8fb0604c2f141938b003cc5d91e /compat/strstr.c | |
parent | 4cd9155ae918a63f1c940a9557bf9ab4afd4a333 (diff) | |
download | tcl-fb6b7a8d8df44ad9dc0d96bddf6acfed423fa873.zip tcl-fb6b7a8d8df44ad9dc0d96bddf6acfed423fa873.tar.gz tcl-fb6b7a8d8df44ad9dc0d96bddf6acfed423fa873.tar.bz2 |
Remove unnecessary end-of-line spacing in compat/*.c
Diffstat (limited to 'compat/strstr.c')
-rw-r--r-- | compat/strstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/strstr.c b/compat/strstr.c index 6698c9f..e3b9b8d 100644 --- a/compat/strstr.c +++ b/compat/strstr.c @@ -1,4 +1,4 @@ -/* +/* * strstr.c -- * * Source code for the "strstr" library routine. |