(trunk) copyediting: remove trailing spaces from source code lines in daemon/ gtk/ libtransmission/ and utils/

This commit is contained in:
Jordan Lee
2011-03-04 23:26:10 +00:00
parent 918f6a96e0
commit 9bf2434e14
21 changed files with 54 additions and 54 deletions

View File

@@ -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';