summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-30 12:42:04 -0700
committerMichael Forney <mforney@mforney.org>2024-03-30 12:46:18 -0700
commit1ff5f6c8492da193bbd12d9dd505df36b379571a (patch)
tree18b5371a823e01b897a6454c7049d798ee977e7e
parent78e8b1c517e1de67be852329a0b33a9984fe352c (diff)
e2fsprogs: Fix indentation
-rw-r--r--pkg/e2fsprogs/gen.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua
index ef8c6592..e88b15c3 100644
--- a/pkg/e2fsprogs/gen.lua
+++ b/pkg/e2fsprogs/gen.lua
@@ -1,9 +1,9 @@
set('version', '1.46.4')
cflags{
'-std=c99', '-Wall',
- '-Wno-address-of-packed-member', '-Wno-format-truncation',
- '-Wno-unused-variable', '-Wno-stringop-truncation',
- '-Wno-stringop-overflow', '-Wno-unused-label',
+ '-Wno-address-of-packed-member', '-Wno-format-truncation',
+ '-Wno-unused-variable', '-Wno-stringop-truncation',
+ '-Wno-stringop-overflow', '-Wno-unused-label',
'-D HAVE_CONFIG_H',
'-I $outdir',
'-I $outdir/include',