mirror of
https://github.com/nasa/trick.git
synced 2025-06-23 09:15:29 +00:00
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:
@ -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 ;
|
||||
|
Reference in New Issue
Block a user