Skip to content

Commit

Permalink
tests/tslibfiles_*: fix code indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Jul 25, 2022
1 parent 7441c36 commit efb3eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/tslibfiles_age.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ mymain (void)
{ \
test_data data = { \
.age = AGE, \
.filemtime = FILEMTIME, \
.now = NOW, \
.filemtime = FILEMTIME, \
.now = NOW, \
.expect_value = EXPECT_VALUE, \
}; \
if (test_run("check function files_check_age", \
Expand Down
2 changes: 1 addition & 1 deletion tests/tslibfiles_size.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mymain (void)
{ \
test_data data = { \
.size = SIZE, \
.filesize = FILESIZE, \
.filesize = FILESIZE, \
.expect_value = EXPECT_VALUE, \
}; \
if (test_run("check function files_check_size", \
Expand Down

0 comments on commit efb3eac

Please sign in to comment.