diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:33 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:18 -0600 |
| commit | dcc7470f049114aef1a5b460758e427d5c9bfcf0 (patch) | |
| tree | 41bd9027af1264a606937a625834c0f798f87df0 /test/cmd/setexpr.c | |
| parent | 44e30b0a398462b95a78503384a9ba3c97a25e70 (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.c | 1 |
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) { |
