mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Replace tabs with spaces; remove trailing spaces
This commit is contained in:
@@ -86,12 +86,12 @@ parseCommandLine (int argc, const char ** argv)
|
||||
break;
|
||||
|
||||
case 's':
|
||||
if (optarg)
|
||||
{
|
||||
if (optarg)
|
||||
{
|
||||
char * endptr = NULL;
|
||||
piecesize_kib = strtoul (optarg, &endptr, 10);
|
||||
if (endptr && *endptr=='M')
|
||||
piecesize_kib *= KiB;
|
||||
piecesize_kib *= KiB;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user