diff --git a/School/borg/borg.h b/School/vg2/borg/borg.h
similarity index 95%
rename from School/borg/borg.h
rename to School/vg2/borg/borg.h
index 0caabb4..e40893a 100644
--- a/School/borg/borg.h
+++ b/School/vg2/borg/borg.h
@@ -4,10 +4,10 @@
 #include "Arduino.h"
 #include <FastLED.h>
 
-struct LEDSelect {
-	byte side;
-	byte column;
-	byte row;
+struct LEDSelect {
+	byte side;
+	byte column;
+	byte row;
 };
 
 // Decodes side, column, row into n LED
@@ -89,4 +89,4 @@ bool updateColor(LEDSelect selection, CRGB color, CRGB* leds) {
 }
 
 
-#endif
\ No newline at end of file
+#endif