[ fix ] ident typo
authortexane <texane@gmail.com>
Thu, 12 Dec 2013 04:48:40 +0000 (22:48 -0600)
committertexane <texane@gmail.com>
Thu, 12 Dec 2013 04:48:40 +0000 (22:48 -0600)
src/st-term.c

index 4f2f9f77cf6722f450502db38b4ca4785ea62f9b..7f18425dbbb62ac37306be8dbe15cc46e4f904b6 100644 (file)
@@ -38,8 +38,7 @@ struct stlinky*  stlinky_detect(stlink_t* sl)
                stlink_read_mem32(sl, sram_base + off, 4);
                if (STLINKY_MAGIC == READ_UINT32_LE(sl->q_buf))
                {
-                       if (multiple > 0)
-                       printf("WARNING: another ");
+                       if (multiple > 0) printf("WARNING: another ");
                        printf("stlinky detected at 0x%x\n", sram_base + off);
                        st->off = sram_base + off;
                        stlink_read_mem32(sl, st->off + 4, 4);