Remove superfluous trailing white space from C files
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define ERRLEN 256
|
||||
#define FAILURE 0
|
||||
#define SUCCESS 1
|
||||
char *getParam(SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
|
||||
char *getParam(SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
|
||||
int hostNamCmd(SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]);
|
||||
int portNumCmd(SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]);
|
||||
int getPortNum(SConnection *pCon, char *portName);
|
||||
|
||||
Reference in New Issue
Block a user