radical re-formatting 2/3: Fix blocks
Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/
This commit is contained in:
parent
2104dc362c
commit
3251e91187
14 changed files with 95 additions and 154 deletions
|
@ -13,9 +13,8 @@
|
|||
{
|
||||
uintmax_t temp;
|
||||
|
||||
if (pscanf(file, "%ju", &temp) != 1) {
|
||||
if (pscanf(file, "%ju", &temp) != 1)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return bprintf("%ju", temp / 1000);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue