Skip to content

Commit ae00095

Browse files
committed
enable clang-format
1 parent 494a633 commit ae00095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/gserver/layers/BatchNormalizationLayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BatchNormalizationLayer : public BatchNormBaseLayer {
5858
/// to batch, channels* imagePixels.
5959
void shrinkMat(const MatrixPtr& in, MatrixPtr& out);
6060

61-
void onPassEnd() {firstTest_ = true;}
61+
void onPassEnd() { firstTest_ = true; }
6262

6363
MatrixPtr tmpMat_, tmpGrad_;
6464
MatrixPtr expandedIn_, expandedOut_;

0 commit comments

Comments
 (0)