dragon-nx-32: consistent formatting within file
authorAlan Cox <alan@etchedpixels.co.uk>
Sun, 25 Oct 2015 14:12:59 +0000 (14:12 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Sun, 25 Oct 2015 14:12:59 +0000 (14:12 +0000)
Kernel/platform-dragon-nx32/devtty.c

index ab1a712..63f80e9 100644 (file)
@@ -376,7 +376,7 @@ static int gfx_draw_op(uarg_t arg, char *ptr, uint8_t *buf)
       return -EFAULT;
     if (arg == GFXIOC_READ) {
       video_read(buf);
-      if (uput( buf+8, ptr+10, l-2 ))
+      if (uput(buf + 8, ptr + 10, l - 2))
         return EFAULT;
       return 0;
     }