Sille Van Landschoot / RGB-fun

Dependents:   m3Dpi MQTT-Thermostat-example Final_project_Tran Final_project_Tran ... more

Revision:
4:a7a26506c62f
Parent:
3:edc6e64bfc65
--- a/effects/PoliceEffect.h	Wed Oct 21 17:12:10 2015 +0000
+++ b/effects/PoliceEffect.h	Thu Oct 22 17:17:13 2015 +0000
@@ -4,12 +4,13 @@
 #ifndef POLICEEFFECT_H
 #define POLICEEFFECT_H
 
-class PoliceEffect : public Effect{
-    
-    public:
-    
+class PoliceEffect : public Effect
+{
+
+public:
+
     PoliceEffect(RGB* led);
-    
+
     virtual void run();
 };