bcmserver: remove trailing whitespace

pull/517/head
Marc Kleine-Budde 2024-05-06 14:54:02 +02:00
parent 6c893e5c4f
commit 4d16dc867d
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ int main(void)
exit(1); exit(1);
} }
while (1) { while (1) {
sa = accept(sl,(struct sockaddr *)&clientaddr, &sin_size); sa = accept(sl,(struct sockaddr *)&clientaddr, &sin_size);
if (sa > 0 ){ if (sa > 0 ){
if (!fork()) if (!fork())
@ -295,7 +295,7 @@ int main(void)
items = sscanf(buf, format, items = sscanf(buf, format,
ifr.ifr_name, ifr.ifr_name,
&cmd, &cmd,
&msg.msg_head.ival2.tv_sec, &msg.msg_head.ival2.tv_sec,
&msg.msg_head.ival2.tv_usec, &msg.msg_head.ival2.tv_usec,
&msg.msg_head.can_id, &msg.msg_head.can_id,