Index: uspace/lib/drv/include/ops/nic.h
===================================================================
--- uspace/lib/drv/include/ops/nic.h	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/lib/drv/include/ops/nic.h	(revision 03cfe2ecc28d0202a182c7ed94187de9c53958f1)
@@ -66,5 +66,5 @@
 	errno_t (*autoneg_restart)(ddf_fun_t *);
 	errno_t (*get_pause)(ddf_fun_t *, nic_result_t *, nic_result_t *,
-		uint16_t *);
+	    uint16_t *);
 	errno_t (*set_pause)(ddf_fun_t *, int, int, uint16_t);
 	
Index: uspace/lib/drv/include/ops/pio_window.h
===================================================================
--- uspace/lib/drv/include/ops/pio_window.h	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/lib/drv/include/ops/pio_window.h	(revision 03cfe2ecc28d0202a182c7ed94187de9c53958f1)
@@ -40,5 +40,5 @@
 
 typedef struct {
-	pio_window_t *(* get_pio_window)(ddf_fun_t *);
+	pio_window_t *(*get_pio_window)(ddf_fun_t *);
 } pio_window_ops_t;
 
