Skip to content

Commit 3c49d37

Browse files
committed
Fix style
1 parent 2ad76c0 commit 3c49d37

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/Interpreters/ITokenExtractor.cpp

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@
66
#include <Common/UTF8Helpers.h>
77

88
#if defined(__SSE2__)
9-
#include <emmintrin.h>
10-
11-
#if defined(__SSE4_2__)
12-
#include <nmmintrin.h>
13-
#endif
14-
9+
# include <emmintrin.h>
10+
# if defined(__SSE4_2__)
11+
# include <nmmintrin.h>
12+
# endif
1513
#endif
1614

17-
namespace ErrorCodes
18-
{
19-
extern const int NOT_IMPLEMENTED;
20-
}
2115

2216
namespace DB
2317
{

0 commit comments

Comments
 (0)