summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/rpi/contrast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/rpi/contrast.hpp')
-rw-r--r--src/ipa/raspberrypi/controller/rpi/contrast.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ipa/raspberrypi/controller/rpi/contrast.hpp b/src/ipa/raspberrypi/controller/rpi/contrast.hpp
index 5a6d530f..4793dedc 100644
--- a/src/ipa/raspberrypi/controller/rpi/contrast.hpp
+++ b/src/ipa/raspberrypi/controller/rpi/contrast.hpp
@@ -13,8 +13,10 @@
namespace RPiController {
-// Back End algorithm to appaly correct digital gain. Should be placed after
-// Back End AWB.
+/*
+ * Back End algorithm to appaly correct digital gain. Should be placed after
+ * Back End AWB.
+ */
struct ContrastConfig {
bool ceEnable;
@@ -47,4 +49,4 @@ private:
std::mutex mutex_;
};
-} // namespace RPiController
+} /* namespace RPiController */