Remove annoying end-of-line whitespace from most src/*
[fw/openocd] / src / target / target.c
index f0e9d8eeb21beba749b8505b789bcc91aa4957d9..0040ba0a07e885c145b8cd0ca579dd92c3e077a5 100644 (file)
@@ -1241,7 +1241,7 @@ int target_read_buffer(struct target_s *target, uint32_t address, uint32_t size,
                address += aligned;
                size -= aligned;
        }
-       
+
        /*prevent byte access when possible (avoid AHB access limitations in some cases)*/
        if(size >=2)
        {