Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 0340536

Browse files
nihuiwkcn
authored andcommitted
indent changes (#15321)
1 parent e6fad30 commit 0340536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/image_aug_default.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ struct DefaultImageAugmentParam : public dmlc::Parameter<DefaultImageAugmentPara
163163
DMLC_DECLARE_FIELD(saturation).set_default(0.0f)
164164
.describe("Add a random value in ``[-saturation, saturation]`` to "
165165
"the saturation of image.");
166-
DMLC_DECLARE_FIELD(pca_noise).set_default(0.0f)
167-
.describe("Add PCA based noise to the image.");
166+
DMLC_DECLARE_FIELD(pca_noise).set_default(0.0f)
167+
.describe("Add PCA based noise to the image.");
168168
DMLC_DECLARE_FIELD(random_h).set_default(0)
169169
.describe("Add a random value in ``[-random_h, random_h]`` to "
170170
"the H channel in HSL color space.");

0 commit comments

Comments
 (0)