summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/ccm_algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/ccm_algorithm.hpp')
-rw-r--r--src/ipa/raspberrypi/controller/ccm_algorithm.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/ccm_algorithm.hpp b/src/ipa/raspberrypi/controller/ccm_algorithm.hpp
index b8b5879b..9c7172f5 100644
--- a/src/ipa/raspberrypi/controller/ccm_algorithm.hpp
+++ b/src/ipa/raspberrypi/controller/ccm_algorithm.hpp
@@ -14,8 +14,8 @@ class CcmAlgorithm : public Algorithm
{
public:
CcmAlgorithm(Controller *controller) : Algorithm(controller) {}
- // A CCM algorithm must provide the following:
+ /* A CCM algorithm must provide the following: */
virtual void setSaturation(double saturation) = 0;
};
-} // namespace RPiController
+} /* namespace RPiController */