mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) copyediting: remove trailing spaces from source code lines in daemon/ gtk/ libtransmission/ and utils/
This commit is contained in:
@@ -85,7 +85,7 @@ tr_getcwd( void )
|
||||
#else
|
||||
result = getcwd( buf, sizeof( buf ) );
|
||||
#endif
|
||||
if( result == NULL )
|
||||
if( result == NULL )
|
||||
{
|
||||
fprintf( stderr, "getcwd error: \"%s\"", tr_strerror( errno ) );
|
||||
*buf = '\0';
|
||||
|
||||
Reference in New Issue
Block a user