Remove trailing whitespaces

Makes it easier to edit the files. So if we press 'end of line' we are
really at the end of line.
This commit is contained in:
Michael Vetter
2016-11-08 10:25:07 +01:00
parent eedd0783cd
commit 18f0d7e871
337 changed files with 2186 additions and 2186 deletions

View File

@ -126,7 +126,7 @@ int Trick::VariableServerThread::write_binary_data( int Start, char *buf1, int P
// TRICK_NUMBER_OF_TYPES is an error case
temp_i = 0 ;
memcpy(&buf1[offset] , &temp_i , (size_t)size) ;
break ;
break ;
default:
memcpy(&buf1[offset] , address , (size_t)size) ;
break ;