mirror of
https://github.com/pikami/slstatus.git
synced 2026-01-05 18:50:52 +00:00
Fix whitespace
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{
|
||||
uintmax_t temp;
|
||||
|
||||
if(pscanf(file, "%ju", &temp) != 1) {
|
||||
if (pscanf(file, "%ju", &temp) != 1) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user