Skip to content

Commit 3dfb3c3

Browse files
committed
all: clang-format: apply InsertNewlineAtEOF=True
1 parent 414acfa commit 3dfb3c3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ IndentCaseLabels: true
8282
IndentPPDirectives: None
8383
IndentWidth: 4
8484
IndentWrappedFunctionNames: false
85+
InsertNewlineAtEOF : true
8586
KeepEmptyLinesAtTheStartOfBlocks: true
8687
LambdaBodyIndentation : OuterScope
8788
MacroBlockBegin: ''

src/cpu/rv64/rvv_nchw_pooling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,4 @@ status_t riscv_nchw_pooling_fwd_t::execute_forward(
308308
} // namespace rv64
309309
} // namespace cpu
310310
} // namespace impl
311-
} // namespace dnnl
311+
} // namespace dnnl

src/cpu/x64/matmul/postops_estimator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ class postops_estimator_t : public jit_generator_t {
111111
} // namespace cpu
112112
} // namespace impl
113113
} // namespace dnnl
114-
#endif
114+
#endif

src/gpu/intel/bnorm/simple.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,4 @@ __kernel void simple_bnorm_bwd(__global DATA_T *src, __global float *mean,
343343
#endif
344344
}
345345

346-
#endif
346+
#endif

0 commit comments

Comments
 (0)