summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2018-09-09 20:33:28 +0000
committerChristos Zoulas <christos@zoulas.com>2018-09-09 20:33:28 +0000
commit818e82a83c2f14833763d99a3e5d5457678f3bf5 (patch)
tree07ecdc77518d2af0fb3be502eb66dce5c1d4997e /src/file.h
parente64f6d716bd04cbd50bc484f0e2fcc6eb5810ba5 (diff)
downloadfile-git-818e82a83c2f14833763d99a3e5d5457678f3bf5.tar.gz
Remove trailing whitespace
XXX: We can't do this yet from magic files because trailing whitespace is significant.
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/file.h b/src/file.h
index 4af8a1ad..c24e0a90 100644
--- a/src/file.h
+++ b/src/file.h
@@ -27,7 +27,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.196 2018/08/20 10:08:18 christos Exp $
+ * @(#)$File: file.h,v 1.197 2018/09/09 20:33:28 christos Exp $
*/
#ifndef __file_h__
@@ -602,17 +602,17 @@ struct tm *gmtime_r(const time_t *, struct tm *);
struct tm *localtime_r(const time_t *, struct tm *);
#endif
#ifndef HAVE_FMTCHECK
-const char *fmtcheck(const char *, const char *)
+const char *fmtcheck(const char *, const char *)
__attribute__((__format_arg__(2)));
#endif
#ifdef HAVE_LIBSECCOMP
-// basic filter
+// basic filter
// this mode should not interfere with normal operations
// only some dangerous syscalls are blacklisted
int enable_sandbox_basic(void);
-// enhanced filter
+// enhanced filter
// this mode allows only the necessary syscalls used during normal operation
// extensive testing required !!!
int enable_sandbox_full(void);