]> git.gag.com Git - fw/openocd/blobdiff - tcl/chip/atmel/at91/rtt.tcl
Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / chip / atmel / at91 / rtt.tcl
index 9c60300ee50ec2bf95953e91e4a6fa09c5ec5135..433cfe30fda10a51b050d25d3a7ee985dbf4e455 100644 (file)
@@ -13,7 +13,7 @@ proc show_RTTC_RTMR_helper { NAME ADDR VAL } {
     global BIT16 BIT17
     if { $rtpres == 0 } {
        set rtpres 65536;
-    } 
+    }
     global AT91C_SLOWOSC_FREQ
     # Nasty hack, make this a float by tacking a .0 on the end
     # otherwise, jim makes the value an integer
@@ -47,7 +47,7 @@ proc show_RTTC_RTSR_helper { NAME ADDR VAL } {
 }
 
 proc show_RTTC { } {
-    
+
     show_mmr32_reg RTTC_RTMR
     show_mmr32_reg RTTC_RTAR
     show_mmr32_reg RTTC_RTVR