Skip to content

Commit 8f548f7

Browse files
Add a space
Co-authored-by: Kang-Che Sung (宋岡哲) <[email protected]>
1 parent 9d7fb42 commit 8f548f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbsd/Platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ void Platform_getBattery(double* percent, ACPresence* isOnAC) {
512512
*isOnAC = isConnected ? AC_PRESENT : AC_ABSENT;
513513
}
514514
}
515-
if (totalCapacity != 0){
515+
if (totalCapacity != 0) {
516516
*percent = ((double)totalCharge / (double)totalCapacity) * 100.0;
517517
}
518518

0 commit comments

Comments
 (0)