aboutsummaryrefslogtreecommitdiff
path: root/saga/expr.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-05-01 06:57:54 +0000
committerPaweł Kołodziejski2004-05-01 06:57:54 +0000
commit74fce461b8d42a53651e5eff1ae16a6a5481b362 (patch)
tree9140ed921e4d0ce843ad8dc92d313c34c9b08fb6 /saga/expr.h
parent7792c3fd5ec79067262415685b3125d41cc37688 (diff)
downloadscummvm-rg350-74fce461b8d42a53651e5eff1ae16a6a5481b362.tar.gz
scummvm-rg350-74fce461b8d42a53651e5eff1ae16a6a5481b362.tar.bz2
scummvm-rg350-74fce461b8d42a53651e5eff1ae16a6a5481b362.zip
indent
svn-id: r13692
Diffstat (limited to 'saga/expr.h')
-rw-r--r--saga/expr.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/saga/expr.h b/saga/expr.h
index 3a648ecb4d..c89795efef 100644
--- a/saga/expr.h
+++ b/saga/expr.h
@@ -19,15 +19,10 @@
*
* $Header$
*
- */
-/*
- Description:
-
- Expression parsing module header file
-
- Notes:
*/
+// Expression parsing module header file
+
#ifndef SAGA_EXPR_H_
#define SAGA_EXPR_H_
@@ -39,5 +34,4 @@ int EXPR_ParseArgs(char *cmd_str, char **argv);
} // End of namespace Saga
-#endif /* R_EXPR_H_ */
-/* end "r_expr.h" */
+#endif