Skip to content

Commit

Permalink
bat: Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Sep 30, 2020
1 parent 967aad1 commit 47bb8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/src/clients/surface_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ static int surface_battery_probe(struct ssam_device *sdev)
status = spwr_battery_register(bat);
if (status)
spwr_battery_destroy(bat);

return status;
}

Expand Down Expand Up @@ -1130,7 +1130,7 @@ static int surface_ac_probe(struct ssam_device *sdev)
status = spwr_ac_register(ac);
if (status)
spwr_ac_destroy(ac);

return status;
}

Expand Down

0 comments on commit 47bb8f0

Please sign in to comment.