Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/symal
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-07-08 23:52:14 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-08 23:52:14 +0400
commit310b26f9896bf75b1e7060223274f723189dcd72 (patch)
tree9b4c3719706a76e1a0c6f9e4f3a70beee7ef15cc /symal
parent3eba5782c2df7b03cf2dad99b52e0a97c0ca39e9 (diff)
beautify
Diffstat (limited to 'symal')
-rw-r--r--symal/cmd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/symal/cmd.h b/symal/cmd.h
index a728dda78..01a00abc0 100644
--- a/symal/cmd.h
+++ b/symal/cmd.h
@@ -33,14 +33,14 @@ extern "C" {
#endif
#if defined(__STDC__)
-int DeclareParams(char *, ...);
+ int DeclareParams(char *, ...);
#else
-int DeclareParams();
+ int DeclareParams();
#endif
-int GetParams(int *n, char ***a,char *CmdFileName),
- SPrintParams(),
- PrintParams();
+ int GetParams(int *n, char ***a,char *CmdFileName),
+ SPrintParams(),
+ PrintParams();
#ifdef __cplusplus
}