main: convert tab to spaces

calculate-0.9.5
Ray Strode 14 years ago
parent 77e29359bc
commit 98e9c3ea5b

@ -705,7 +705,7 @@ plymouth_should_ignore_show_splash_calls (state_t *state)
{
length = strcspn (init_string, " \n");
if (length > 2 && ply_string_has_prefix (init_string + length - 2, "sh"))
return true;
return true;
}
return false;

Loading…
Cancel
Save