Skip to content

Commit dc8fc0f

Browse files
nihuigithub-actions[bot]
authored andcommitted
apply code-format changes
1 parent 6529782 commit dc8fc0f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/layer/loongarch/deconvolution_loongarch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ class Deconvolution_loongarch : public Deconvolution
2020

2121
virtual int forward(const std::vector<Mat>& bottom_blobs, std::vector<Mat>& top_blobs, const Option& opt) const;
2222

23-
public:
23+
public:
2424
Layer* activation;
2525
Layer* gemm;
2626

2727
Mat weight_data_tm;
28-
};
28+
};
2929

3030
} // namespace ncnn
3131

src/layer/mips/deconvolution_mips.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ class Deconvolution_mips : public Deconvolution
2020

2121
virtual int forward(const std::vector<Mat>& bottom_blobs, std::vector<Mat>& top_blobs, const Option& opt) const;
2222

23-
public:
23+
public:
2424
Layer* activation;
2525
Layer* gemm;
2626

2727
Mat weight_data_tm;
28-
};
28+
};
2929

3030
} // namespace ncnn
3131

0 commit comments

Comments
 (0)