commit: 1ff5f6c8492da193bbd12d9dd505df36b379571a
parent 78e8b1c517e1de67be852329a0b33a9984fe352c
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 30 Mar 2024 12:42:04 -0700
e2fsprogs: Fix indentation
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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',