commit 5aaca3e
Michael Forney
·
2024-03-30 19:42:04 +0000 UTC
parent 8842405
e2fsprogs: Fix indentation
1 files changed,
+3,
-3
+3,
-3
1@@ -1,9 +1,9 @@
2 set('version', '1.46.4')
3 cflags{
4 '-std=c99', '-Wall',
5- '-Wno-address-of-packed-member', '-Wno-format-truncation',
6- '-Wno-unused-variable', '-Wno-stringop-truncation',
7- '-Wno-stringop-overflow', '-Wno-unused-label',
8+ '-Wno-address-of-packed-member', '-Wno-format-truncation',
9+ '-Wno-unused-variable', '-Wno-stringop-truncation',
10+ '-Wno-stringop-overflow', '-Wno-unused-label',
11 '-D HAVE_CONFIG_H',
12 '-I $outdir',
13 '-I $outdir/include',