Remove superfluous trailing white space from C files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
ITC 4
|
||||
|
||||
|
||||
Support for Oxford Instruments ITC4 Temperature controllers for SICS.
|
||||
The meaning and working of the functions defined is as desribed for a
|
||||
general environment controller.
|
||||
@@ -33,11 +33,11 @@
|
||||
|
||||
int ITC4Wrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int ITC4SetPar(pEVControl self, char *name, float fNew,
|
||||
int ITC4SetPar(pEVControl self, char *name, float fNew,
|
||||
SConnection *pCon);
|
||||
int ITC4GetPar(pEVControl self, char *name, float *fVal);
|
||||
int ITCList(pEVControl self, SConnection *pCon);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user