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 / is_cmd.h
index 4c6d743..112588a 100644 (file)
@@ -2,17 +2,16 @@
 #define __IS_CMD_H\r
 \r
 #include <com.h>\r
-\r
+    \r
 #ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-int\r
-is_cmd(char** path, char** builtin, const char* p);\r
-\r
+extern "C" {
+  \r
+#endif  /* \r */
+  \r int \r is_cmd(char **path, char **builtin, const char *p);
+  \r\r
 #ifdef __cplusplus\r
-}\r
-#endif\r
+} \r
+#endif  /* \r */
 \r
-#endif /* !__IS_CMD_H */\r
+#endif  /* !__IS_CMD_H */\r
 \r