Skip to content

Commit 78a2bde

Browse files
committed
builder: Fix indentation
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent b8c4808 commit 78a2bde

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

builder/framework/siwisdk.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,17 @@ def gen_fota_file(target, source, env):
105105

106106
CCFLAGS=[
107107
"-Os", # optimize for size
108-
"-g",
109-
"-march=armv5te",
110-
"-mfloat-abi=soft",
111-
"-fmessage-length=0",
108+
"-g",
109+
"-march=armv5te",
110+
"-mfloat-abi=soft",
111+
"-fmessage-length=0",
112112
"-ffunction-sections", # place each function in its own section
113113
"-fdata-sections",
114-
"-fsigned-char",
114+
"-fsigned-char",
115115
"-Wall",
116116
"-mthumb",
117-
"-mthumb-interwork",
118-
"-std=gnu11"
117+
"-mthumb-interwork",
118+
"-std=gnu11"
119119
],
120120

121121
CXXFLAGS=[

0 commit comments

Comments
 (0)