summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-05-20 08:44:05 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-05-20 08:44:15 +0900
commit78ce26b47aca51376cd5611fea2be4c9c7b4f920 (patch)
treef9ec699aa0c1c8f46a19028e07ec7b6083516614
parent45858fb24bd458f950ccde042bf1f4380bd1d7c1 (diff)
downloadfactory-reset-78ce26b47aca51376cd5611fea2be4c9c7b4f920.tar.gz
factory-reset-78ce26b47aca51376cd5611fea2be4c9c7b4f920.tar.bz2
factory-reset-78ce26b47aca51376cd5611fea2be4c9c7b4f920.zip
Modify indentation
Change-Id: I6f1d9a726fb022912b58f498a79f337ea2235ae3
-rw-r--r--src/rstsmack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rstsmack.c b/src/rstsmack.c
index 8513897..1a97c93 100644
--- a/src/rstsmack.c
+++ b/src/rstsmack.c
@@ -95,7 +95,7 @@ static int parse_and_set(const char *srcfile)
linebuf[linebuf_len - 1] = '\0';
else {
LOGINFO("Invalid label length (%u)\n", linebuf_len);
- fclose(fp);
+ fclose(fp);
return -1;
}
LOGINFO("no label, set label: %s, access=\"_\"(floor)\n", linebuf);