]> git.ipfire.org Git - thirdparty/suricata.git/commit
Formatting cleanup in detect-replace.c 1470/head
authorKen Steele <ken@tilera.com>
Thu, 6 Feb 2014 15:22:17 +0000 (10:22 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 7 May 2015 15:42:26 +0000 (17:42 +0200)
commiteac83be1216a554f99b668b053e8dd4f6cea6953
tree7a5c8bd2b4dc1cdf2beaecd01c167e5ccbfdbf38
parentddec92676d27ed68c9e767a178e7bd4685a083bf
Formatting cleanup in detect-replace.c

Wrap lines longer than 80 characters
Add "static" for unit tests.
Use (void) for () for function arguments.
Add space after "while(" -> "while ("
Remove space after function names.
Put open bracket of function on a new line.
src/detect-replace.c