aboutsummaryrefslogtreecommitdiff
path: root/pan/ltp-bump.c
diff options
context:
space:
mode:
Diffstat (limited to 'pan/ltp-bump.c')
-rw-r--r--pan/ltp-bump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pan/ltp-bump.c b/pan/ltp-bump.c
index 5ab6584db..29d3480b0 100644
--- a/pan/ltp-bump.c
+++ b/pan/ltp-bump.c
@@ -50,7 +50,7 @@ int main(int argc, char **argv)
zoo_t zoo;
int sig = SIGINT;
- while((c = getopt(argc, argv, "a:s:12")) != -1) {
+ while ((c = getopt(argc, argv, "a:s:12")) != -1) {
switch(c) {
case 'a':
active = (char*)malloc(strlen(optarg)+1);