fix google code style

This commit is contained in:
Isaac Connor 2017-09-04 15:28:23 -04:00
parent 11b29bf1ec
commit 7d2453e7ac
1 changed files with 60 additions and 61 deletions

View File

@ -121,8 +121,7 @@ int main( int argc, char *argv[] ) {
break;
}
switch (c)
{
switch (c) {
case 'd':
device = optarg;
break;