master/master.c
changeset 64 ea6ccf12c612
parent 63 0333d8ebfff5
child 66 cab9cc6a2721
--- a/master/master.c	Fri Feb 03 10:46:33 2006 +0000
+++ b/master/master.c	Fri Feb 03 16:23:52 2006 +0000
@@ -306,7 +306,8 @@
   int ret;
   unsigned char command_type, command_index;
 
-  if (unlikely((ret = ec_device_receive(&master->device, master->rx_data)) < 0))
+  if (unlikely((ret = ec_device_receive(&master->device,
+                                        master->rx_data)) < 0))
     return -1;
 
   master->rx_data_length = (unsigned int) ret;