Skip to content

Commit 34b4f14

Browse files
committed
fix formatting
1 parent d2c9f1b commit 34b4f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/__support/str_to_float_comparison_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#include "src/stdio/fgets.h"
1212
#include "src/stdio/fopen.h"
1313
#include "src/stdio/printf.h"
14+
#include "src/stdlib/free.h"
1415
#include "src/stdlib/getenv.h"
1516
#include "src/stdlib/strtod.h"
1617
#include "src/stdlib/strtof.h"
17-
#include "src/stdlib/free.h"
18-
#include "src/string/strtok.h"
1918
#include "src/string/strdup.h"
19+
#include "src/string/strtok.h"
2020
#include "test/UnitTest/Test.h"
2121
#include <stdint.h>
2222

0 commit comments

Comments
 (0)