diff --git a/switch.cpp b/switch.cpp
index 32561106c5440ee4730176f351fa3544d72c1069..ae1da40060809847e1248e2ff9b22d4db0505e3b 100644
--- a/switch.cpp
+++ b/switch.cpp
@@ -25,11 +25,10 @@ int main(int argc, char const *argv[])
             printf("Vous avez poussé sur le uswitch gauche\n");
             delay(300);
         }
-
+        //test
         if (kbhit()) {
             exit(EXIT_SUCCESS);
         }
     }
-
     return 0;
 }