diff --git a/claunch.sh b/claunch.sh
index 5ef8f3c..77a968d 100755
--- a/claunch.sh
+++ b/claunch.sh
@@ -74,8 +74,6 @@ if [ -f "$dir/${file%.*}" ]; then
     fi
 fi
 
-
-
 #checking if file is cpp or c
 if [ ${file: -4} == ".cpp" ]; then
     if [ $gcc = false ]; then