Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
This commit is contained in:
parent
9cc5420447
commit
f46ae1970b
51 changed files with 634 additions and 639 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Common Makefile configuration for Archived
|
||||
#
|
||||
|
||||
CFLAGS += $(shell getconf LFS_CFLAGS) -D_GNU_SOURCE=1
|
||||
CFLAGS += $(shell getconf LFS_CFLAGS) -D_GNU_SOURCE=1
|
||||
LDFLAGS += $(shell getconf LFS_LDFLAGS)
|
||||
|
||||
# output tuning
|
||||
|
|
|
|||
Reference in a new issue