diff data/fileio/test/svcore-data-fileio-test.cpp @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 87ae75da6527
children a12fd0456f0c
line wrap: on
line diff
--- a/data/fileio/test/svcore-data-fileio-test.cpp	Thu Mar 01 14:43:40 2018 +0000
+++ b/data/fileio/test/svcore-data-fileio-test.cpp	Thu Mar 01 18:02:22 2018 +0000
@@ -72,10 +72,10 @@
 
     if (bad > 0) {
     SVCERR << "\n********* " << bad << " test suite(s) failed!\n" << endl;
-	return 1;
+        return 1;
     } else {
     SVCERR << "All tests passed" << endl;
-	return 0;
+        return 0;
     }
 }