Untabified some sources
diff --git a/include/json/reader.h b/include/json/reader.h
index 5e4c32a..34dc785 100644
--- a/include/json/reader.h
+++ b/include/json/reader.h
@@ -197,11 +197,11 @@
     Result:
     \verbatim
     {
-	"dir": {
-	    "file": {
-		// The input stream JSON would be nested here.
-	    }
-	}
+    "dir": {
+        "file": {
+        // The input stream JSON would be nested here.
+        }
+    }
     }
     \endverbatim
     \throw std::exception on parse error.