Commit 1e1caf35969e05bc2a3528020de6923a9dddddfd

Authored by Moritz Wirger
1 parent a1d3770c

Change tabs to spaces to make code more appealing

Showing 1 changed file with 6 additions and 6 deletions
hueplusplus/include/Hue.h
@@ -175,12 +175,12 @@ private: @@ -175,12 +175,12 @@ private:
175 Json::Value state; //!< The state of the hue bridge as it is returned from it 175 Json::Value state; //!< The state of the hue bridge as it is returned from it
176 std::map< uint8_t, HueLight > lights; //!< Maps ids to HueLights that are controlled by this bridge 176 std::map< uint8_t, HueLight > lights; //!< Maps ids to HueLights that are controlled by this bridge
177 177
178 - std::shared_ptr<BrightnessStrategy> simpleBrightnessStrategy; //!< Strategy that is used for controlling the brightness of lights  
179 - std::shared_ptr<ColorHueStrategy> simpleColorHueStrategy; //!< Strategy that is used for controlling the color of lights  
180 - std::shared_ptr<ColorHueStrategy> extendedColorHueStrategy; //!< Strategy that is used for controlling the color of lights  
181 - std::shared_ptr<ColorTemperatureStrategy> simpleColorTemperatureStrategy; //!< Strategy that is used for controlling the color temperature of lights  
182 - std::shared_ptr<ColorTemperatureStrategy> extendedColorTemperatureStrategy; //!< Strategy that is used for controlling the color temperature of lights  
183 - std::shared_ptr<const IHttpHandler> http_handler; //!< A IHttpHandler that is used to communicate with the bridge 178 + std::shared_ptr<BrightnessStrategy> simpleBrightnessStrategy; //!< Strategy that is used for controlling the brightness of lights
  179 + std::shared_ptr<ColorHueStrategy> simpleColorHueStrategy; //!< Strategy that is used for controlling the color of lights
  180 + std::shared_ptr<ColorHueStrategy> extendedColorHueStrategy; //!< Strategy that is used for controlling the color of lights
  181 + std::shared_ptr<ColorTemperatureStrategy> simpleColorTemperatureStrategy; //!< Strategy that is used for controlling the color temperature of lights
  182 + std::shared_ptr<ColorTemperatureStrategy> extendedColorTemperatureStrategy; //!< Strategy that is used for controlling the color temperature of lights
  183 + std::shared_ptr<const IHttpHandler> http_handler; //!< A IHttpHandler that is used to communicate with the bridge
184 }; 184 };
185 185
186 #endif 186 #endif