- coding style harmonization

- check onsistency between Size & vSpan
This commit is contained in:
marschap
2007-04-04 13:52:38 +00:00
parent 3e616e4192
commit 0f0af0f381
19 changed files with 437 additions and 439 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ static const SerialInterface serial_interfaces[] = {
};
/* initialize this particular driver */
int hd_init_serial (Driver *drvthis);
int hd_init_serial(Driver *drvthis);
#endif