Remove superfluous trailing white space from C files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <ascon.h>
|
||||
#include <ascon.i>
|
||||
@@ -44,7 +44,7 @@ int USBTMC_ProtHandler(Ascon *a) {
|
||||
|
||||
void AddUSBTMCProtocoll(){
|
||||
AsconProtocol *prot = NULL;
|
||||
|
||||
|
||||
prot = calloc(sizeof(AsconProtocol), 1);
|
||||
prot->name = strdup("usbtmc");
|
||||
prot->init = AsconStdInit;
|
||||
|
||||
Reference in New Issue
Block a user