mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Small whitespace fixes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
761d1972c5
commit
881da272c4
2 changed files with 14 additions and 14 deletions
|
|
@ -205,7 +205,6 @@ void write_trips(struct membuffer *b,bool selected_only)
|
|||
} else {
|
||||
|
||||
for_each_dive (i, dive) {
|
||||
|
||||
trip = dive->divetrip;
|
||||
|
||||
/*Continue if the dive have no trips or we have seen this trip before*/
|
||||
|
|
@ -222,7 +221,8 @@ void write_trips(struct membuffer *b,bool selected_only)
|
|||
}
|
||||
}
|
||||
|
||||
void export_list(struct membuffer *b,bool selected_only){
|
||||
void export_list(struct membuffer *b, bool selected_only)
|
||||
{
|
||||
put_string(b, "trips=[");
|
||||
write_trips(b, selected_only);
|
||||
put_string(b, "]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue