Whitespaces cleqnup.
[TD_C.git] / TP_12 / exo1 / exo1.c
index 900c5b294a8b44108b81fe41e840f5d38cb5e9fb..86bace0c5ee60aa7336acefa9130b6fcc48c3db9 100644 (file)
@@ -35,7 +35,7 @@ bool sortFirst(int* array, int length, compare_cb compare) {
 }
 
 void sortArray(int* array, int length, compare_cb compare) {
-    bool rt; 
+    bool rt;
     do {
         rt = sortFirst(array, length, compare);
     } while (rt);