Remove annoying end-of-line whitespace from most src/*
files; omitted src/httpd git-svn-id: svn://svn.berlios.de/openocd/trunk@2742 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user