Minor cleanup.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 1 Oct 2012 12:43:09 +0000 (12:43 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 1 Oct 2012 12:43:09 +0000 (12:43 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1287 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/include/app.h

index 2ffb84a..612d387 100644 (file)
@@ -8,8 +8,8 @@
 
 // this is the prototype for all app "handle" functions
 typedef void (*handle_fn)(uint8_t app,
-                                                 uint8_t verb,
-                                                 uint32_t len);
+                         uint8_t verb,
+                         uint32_t len);
 
 // Each app must declare one of these
 typedef struct app_