board/w7o/fpga.c: make (mostly) checkpatch clean
[kernel/u-boot.git] / common / cmd_license.c
index 90fd57e..70645d5 100644 (file)
@@ -49,7 +49,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(license, 1, 1, do_license,
+U_BOOT_CMD(
+       license, 1, 1, do_license,
        "print GPL license text",
        ""
 );