Skip to content

Commit b684e13

Browse files
committed
Add a newline between header #includes and code in FxBitsTest.h
1 parent 2da28ff commit b684e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/test/src/stdfix/FxBitsTest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "include/llvm-libc-types/stdfix-types.h"
1212
#include "src/__support/CPP/bit.h"
1313
#include "src/__support/fixed_point/fx_bits.h"
14+
1415
template <typename T, typename XType>
1516
class FxBitsTest : public LIBC_NAMESPACE::testing::Test {
1617
using FXRep = LIBC_NAMESPACE::fixed_point::FXRep<T>;

0 commit comments

Comments
 (0)