Skip to content

Commit bf4a9f7

Browse files
committed
Clang-format fixes
Signed-off-by: Drew Lewis <[email protected]>
1 parent aac38a4 commit bf4a9f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utl/src/SuppressStdout.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#include "utl/SuppressStdout.h"
22

3-
#include <cstdio>
43
#include <fcntl.h>
54
#include <unistd.h>
65

6+
#include <cstdio>
7+
78
#include "utl/Logger.h"
89

910
namespace utl {

0 commit comments

Comments
 (0)