cangen: convert towards kernel coding style

This commit is contained in:
Marc Kleine-Budde
2023-12-11 09:37:09 +01:00
parent 697901f9ef
commit f73ad6a613
-1
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;