Browse Source

Minor update per Plan9 coding style.

Dmitry Golubovsky 7 years ago
parent
commit
53ba93096d
1 changed files with 4 additions and 2 deletions
  1. 4 2
      sys/src/9/386/pci.c

+ 4 - 2
sys/src/9/386/pci.c

@@ -19,7 +19,8 @@
 
 
 #include "io.h"
 #include "io.h"
 
 
-int pcicapoff(Pcidev *p);
+int
+pcicapoff(Pcidev *p);
 
 
 enum
 enum
 {
 {
@@ -70,7 +71,8 @@ static char* bustypes[] = {
 	"XPRESS",
 	"XPRESS",
 };
 };
 
 
-static	int	pcicfgrw(int, int, int, int, int);
+static int
+pcicfgrw(int, int, int, int, int);
 
 
 static int
 static int
 tbdffmt(Fmt* fmt)
 tbdffmt(Fmt* fmt)