From 310b26f9896bf75b1e7060223274f723189dcd72 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Mon, 8 Jul 2013 20:52:14 +0100 Subject: beautify --- symal/cmd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'symal') 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 } -- cgit v1.2.3