summaryrefslogtreecommitdiffstats
path: root/Compat.c
diff options
context:
space:
mode:
authorSohaib Mohamed <sohaib.amhmd@gmail.com>2021-11-04 21:40:39 +0200
committerBenBE <BenBE@geshi.org>2021-11-04 23:13:38 +0100
commit21cb1c4d599f1400de40703396210c17bc4acfe9 (patch)
treedc287b3e4e0b637a1780b4d5b20349ba897da7e3 /Compat.c
parente64269df2cf4567c22005d0321028b85a78447a7 (diff)
Cleanup: Fix misc styleguide issues
Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
Diffstat (limited to 'Compat.c')
-rw-r--r--Compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Compat.c b/Compat.c
index 2d06c481..8c881381 100644
--- a/Compat.c
+++ b/Compat.c
@@ -44,7 +44,7 @@ int Compat_faccessat(int dirfd,
// Fallback to stat(2)/lstat(2) depending on flags
struct stat statinfo;
- if(flags) {
+ if (flags) {
ret = lstat(pathname, &statinfo);
} else {
ret = stat(pathname, &statinfo);

© 2014-2024 Faster IT GmbH | imprint | privacy policy