coding style: tcl: remove empty lines at end of text files
[fw/openocd] / tcl / bitsbytes.tcl
index 2c4fd2907074f0008d2a585d320cffc7bfb61bf8..52ca83db2ea465616b71110fe7961672db66f470 100644 (file)
@@ -57,5 +57,3 @@ proc show_normalize_bitfield { VALUE MSB LSB } {
     echo [format "((0x%08x & 0x%08x) -> 0x%08x) >> %2d => (0x%x) %5d " $VALUE $m $mr $LSB $sr $sr]
    return $sr
 }
-
-