cangen: convert towards kernel coding style

pull/482/head
Marc Kleine-Budde 2023-12-06 10:12:50 +01:00
parent 697901f9ef
commit f73ad6a613
1 changed files with 5 additions and 6 deletions

View File

@ -490,7 +490,6 @@ int main(int argc, char **argv)
while ((opt = getopt_long(argc, argv, "g:atefbER8mI:L:D:p:n:ixc:vh?", long_options, NULL)) != -1) {
switch (opt) {
case 'g':
gap = strtod(optarg, NULL);
break;