switch to spaces only..
[IRC.git] / Robust / src / Runtime / option.c
index 6b93254f3c80e00d23bf6bfb9da22e3700e2b48b..8fb9cf08f5af794df117077735338b7bd6522258 100644 (file)
@@ -32,7 +32,7 @@ void processOptions() {
       options=strchr(options,' ');
       if (options!=NULL) options++;
       if (options==NULL)
-       break;
+        break;
       sscanf(options, "%f", &failurechance);
       injectfailures=1;
       printf("Injecting errors with chance=%f\n",failurechance);
@@ -42,18 +42,18 @@ void processOptions() {
       options=strchr(options,' ');
       if (options!=NULL) options++;
       if (options==NULL)
-       break;
+        break;
       sscanf(options, "%d", &failurecount);
       options=strchr(options,' ');
       if (options!=NULL) options++;
       if (options==NULL)
-       break;
+        break;
 
       sscanf(options, "%f", &instfailurechance);
       options=strchr(options,' ');
       if (options!=NULL) options++;
       if (options==NULL)
-       break;
+        break;
 
       sscanf(options, "%d", &numfailures);
       options=strchr(options,' ');