Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / tools / tesh2 / include / explode.h
index 84c571a..20cb5d3 100644 (file)
@@ -2,18 +2,16 @@
 #define __EXPLODE_H\r
 \r
 #include <com.h>\r
-\r
+    \r
 #ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-char** \r
-explode(char separator, const char *string);\r
-\r
-\r
+extern "C" {
+  \r
+#endif  /* \r */
+  \r char **\r explode(char separator, const char *string);
+  \r\r\r
 #ifdef __cplusplus\r
-}\r
-#endif\r
+} \r
+#endif  /* \r */
 \r
-#endif /* !__EXPLODE_H */\r
+#endif  /* !__EXPLODE_H */\r
 \r