sim: fix func call style (space before paren)
[deliverable/binutils-gdb.git] / sim / common / hw-device.c
index a5dff43d1536e4f21a87c7f2095bccdc10d8fbe3..66b2225d28e8fda2aead5a8d2deb0d13687918a6 100644 (file)
@@ -45,9 +45,9 @@ hw_ioctl (struct hw *me,
 {
   int status;
   va_list ap;
-  va_start(ap, request);
+  va_start (ap, request);
   status = me->to_ioctl (me, request, ap);
-  va_end(ap);
+  va_end (ap);
   return status;
 }
 
This page took 0.023545 seconds and 4 git commands to generate.