GCC 3.1 cleanup - add a break after default: at the end of a switch
statement.
This commit is contained in:
parent
a1f1e35d8b
commit
b77b9b9a90
@ -173,6 +173,7 @@ forward(fp, style, off, sbp)
|
||||
return;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (fflag) {
|
||||
|
@ -103,6 +103,7 @@ reverse(fp, style, off, sbp)
|
||||
r_buf(fp);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user