Skip to content

Commit c783abe

Browse files
committed
format
1 parent 5cdaff8 commit c783abe

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/unit/unistd.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,9 @@ static void test_ftruncate(void) {
8787
unlink(path);
8888
}
8989

90-
static void test_isatty(void) {
91-
printf("%d\n", isatty(0));
92-
}
90+
static void test_isatty(void) { printf("%d\n", isatty(0)); }
9391

94-
static void test_geteuid(void) {
95-
printf("%u\n", geteuid());
96-
}
92+
static void test_geteuid(void) { printf("%u\n", geteuid()); }
9793

9894
static void test_gethostname(void) {
9995
char name[256];

0 commit comments

Comments
 (0)