Skip to content

Commit bb3ac8d

Browse files
committed
fix format
Signed-off-by: jiqing-feng <[email protected]>
1 parent df1d669 commit bb3ac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/cpu_ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
#include <algorithm>
55
#include <cmath>
6+
#include <common.h>
67
#include <cstdint>
78
#include <cstring>
89
#include <thread>
910
#include <type_traits>
10-
#include <common.h>
1111

1212
#if defined(_OPENMP)
1313
#include <omp.h>

0 commit comments

Comments
 (0)