Move C labels to start-of-line
[coreboot.git] / src / lib / xmodem.c
index 2d553bed03a7a27016c357d5b53bf08ee44e046d..a00653a7311779b812762fb5378e34f5bf5b5166 100644 (file)
@@ -166,7 +166,7 @@ int xmodemReceive(unsigned char *dest, int destsz)
                        _outbyte(ACK);
                        continue;
                }
-       reject:
+reject:
                flushinput();
                _outbyte(NAK);
        }