aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnetfilter/main.c
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-19 15:02:42 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-19 15:02:42 -0600
commitb936e5ab77dfa0b54b2f6f6dd53762a8244e4230 (patch)
treeedb7237ba54d7c2a85a8531c8901d6466c5e0e4d /src/fnetfilter/main.c
parentMore qtox profile tightening (diff)
downloadfirejail-b936e5ab77dfa0b54b2f6f6dd53762a8244e4230.tar.gz
firejail-b936e5ab77dfa0b54b2f6f6dd53762a8244e4230.tar.zst
firejail-b936e5ab77dfa0b54b2f6f6dd53762a8244e4230.zip
strip trailing whitespace
Diffstat (limited to 'src/fnetfilter/main.c')
-rw-r--r--src/fnetfilter/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fnetfilter/main.c b/src/fnetfilter/main.c
index 723c1ac32..d6ed502b8 100644
--- a/src/fnetfilter/main.c
+++ b/src/fnetfilter/main.c
@@ -181,7 +181,7 @@ printf("\n");
181 } 181 }
182 182
183 char *destfile = (argc == 3)? argv[2]: argv[1]; 183 char *destfile = (argc == 3)? argv[2]: argv[1];
184 char *command = (argc == 3)? argv[1]: NULL; 184 char *command = (argc == 3)? argv[1]: NULL;
185//printf("command %s\n", command); 185//printf("command %s\n", command);
186//printf("destfile %s\n", destfile); 186//printf("destfile %s\n", destfile);
187 // destfile is a real filename 187 // destfile is a real filename
@@ -208,6 +208,6 @@ printf("\n");
208 else 208 else
209 copy(command, destfile); 209 copy(command, destfile);
210 } 210 }
211 211
212 return 0; 212 return 0;
213} 213}