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

trival indent fix #15321

Merged
merged 1 commit into from
Jun 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/io/image_aug_default.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ struct DefaultImageAugmentParam : public dmlc::Parameter<DefaultImageAugmentPara
DMLC_DECLARE_FIELD(saturation).set_default(0.0f)
.describe("Add a random value in ``[-saturation, saturation]`` to "
"the saturation of image.");
DMLC_DECLARE_FIELD(pca_noise).set_default(0.0f)
.describe("Add PCA based noise to the image.");
DMLC_DECLARE_FIELD(pca_noise).set_default(0.0f)
.describe("Add PCA based noise to the image.");
DMLC_DECLARE_FIELD(random_h).set_default(0)
.describe("Add a random value in ``[-random_h, random_h]`` to "
"the H channel in HSL color space.");
Expand Down