summaryrefslogtreecommitdiff
path: root/test/cmd/setexpr.c
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-13 15:19:33 +0200
committerTom Rini <[email protected]>2024-07-15 12:12:18 -0600
commitdcc7470f049114aef1a5b460758e427d5c9bfcf0 (patch)
tree41bd9027af1264a606937a625834c0f798f87df0 /test/cmd/setexpr.c
parent44e30b0a398462b95a78503384a9ba3c97a25e70 (diff)
test: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'test/cmd/setexpr.c')
-rw-r--r--test/cmd/setexpr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c
index d50ce5803c3..4c6cc3cf09e 100644
--- a/test/cmd/setexpr.c
+++ b/test/cmd/setexpr.c
@@ -329,7 +329,6 @@ static int setexpr_test_str(struct unit_test_state *uts)
}
SETEXPR_TEST(setexpr_test_str, UT_TESTF_CONSOLE_REC);
-
/* Test 'setexpr' command with concatenating strings */
static int setexpr_test_str_oper(struct unit_test_state *uts)
{