summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-20 03:00:15 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-20 03:00:39 +0100
commit79962d89a95247509b345ae068a84575718edbd7 (patch)
treef87476687edb813de9f53bde12f323acc586dc2b /mach
parent8d3f9e85cfa14e5f82a0e9e934b9fe1e4cb342bf (diff)
hurd: Code style fixes
No code change.
Diffstat (limited to 'mach')
-rw-r--r--mach/lowlevellock.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h
index e64be7377a..8635b9db53 100644
--- a/mach/lowlevellock.h
+++ b/mach/lowlevellock.h
@@ -24,11 +24,11 @@
/* Gsync flags. */
#ifndef GSYNC_SHARED
- #define GSYNC_SHARED 0x01
- #define GSYNC_QUAD 0x02
- #define GSYNC_TIMED 0x04
- #define GSYNC_BROADCAST 0x08
- #define GSYNC_MUTATE 0x10
+# define GSYNC_SHARED 0x01
+# define GSYNC_QUAD 0x02
+# define GSYNC_TIMED 0x04
+# define GSYNC_BROADCAST 0x08
+# define GSYNC_MUTATE 0x10
#endif
/* Static initializer for low-level locks. */