mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: small coding style fixes
And addressing a cut and paste error in a comment. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1bdf00b2b4
commit
2feedf46fa
8 changed files with 13 additions and 17 deletions
|
@ -1340,7 +1340,7 @@ static void fixup_surface_pressure(struct dive *dive)
|
|||
|
||||
/* if the surface pressure in the dive data is redundant to the calculated
|
||||
* value (i.e., it was added by running fixup on the dive) return 0,
|
||||
* otherwise return the air temperature given in the dive */
|
||||
* otherwise return the surface pressure given in the dive */
|
||||
pressure_t un_fixup_surface_pressure(const struct dive *d)
|
||||
{
|
||||
pressure_t res = d->surface_pressure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue