diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-12-19 02:31:59 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-12-19 02:31:59 -0500 |
commit | c2402b6e02c6de2e4be0f87fd094da8e24d81d87 (patch) | |
tree | 67951a14c41b799d30b457063e21373b4c2232af /src | |
parent | d00f2a8f2e8529024709f70c8ab4c4138dc651a0 (diff) |
tests: checksrc compliance
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_hugehelp.c.cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_hugehelp.c.cvs b/src/tool_hugehelp.c.cvs index 2499a4836..6ec5e9149 100644 --- a/src/tool_hugehelp.c.cvs +++ b/src/tool_hugehelp.c.cvs @@ -25,5 +25,5 @@ void hugehelp(void) { - puts ( "This is a silly replacement for the actual file."); + puts("This is a silly replacement for the actual file."); } |