Remove superfluous trailing white space from C files
This commit is contained in:
@@ -55,7 +55,7 @@ int GalilReading(Ascon *a) {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
switch (chr) {
|
||||
case ' ':
|
||||
return AsconStdHandler(a);
|
||||
@@ -117,7 +117,7 @@ int GalilProtHandler(Ascon *a) {
|
||||
|
||||
void AddGalilProtocoll(){
|
||||
AsconProtocol *prot = NULL;
|
||||
|
||||
|
||||
prot = calloc(sizeof(AsconProtocol), 1);
|
||||
prot->name = strdup("galil");
|
||||
prot->init = AsconStdInit;
|
||||
|
||||
Reference in New Issue
Block a user