Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / board / at91sam9g20-ek.cfg
index c9deb144b0fe87ee1f94a495ea167d533366839a..00ab7fafaa0bd0b615d483123a9795a6cb59bd53 100644 (file)
@@ -62,7 +62,7 @@ proc read_register {register} {
 }
 
 proc at91sam9g20_init { } {
-       
+
        # At reset AT91SAM9G20 chip runs on slow clock (32.768 kHz).  To shift over to a normal clock requires
        # a number of steps that must be carefully performed.  The process outline below follows the
        # recommended procedure outlined in the AT91SAM9G20 technical manual.
@@ -94,7 +94,7 @@ proc at91sam9g20_init { } {
 
        mww 0xfffffc30 0x00000101
        while { [expr [read_register 0xfffffc68] & 0x08] != 8 } { sleep 1 }
-       
+
        # Now change PMC_MCKR register to select PLLA.
        # Wait for MCKRDY signal from PMC_SR to assert.