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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user