Remove annoying end-of-line whitespace from most src/*
[fw/openocd] / src / target / arm926ejs.c
index 4a711439472a2b249de07fa925f004ca6ead799c..8cb5dbe09def6c18877061fea91bdcee5eb4c484 100644 (file)
@@ -174,12 +174,12 @@ int arm926ejs_cp15_read(target_t *target, uint32_t op1, uint32_t op2, uint32_t C
                {
                        return retval;
                }
-               
+
                if (buf_get_u32(&access, 0, 1) == 1)
                {
                        break;
                }
-               
+
                /* 10ms timeout */
                if ((timeval_ms()-then)>10)
                {