Small whitespace fixes

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-05-29 07:30:33 -07:00
parent 761d1972c5
commit 881da272c4
2 changed files with 14 additions and 14 deletions

View file

@ -205,7 +205,6 @@ void write_trips(struct membuffer *b,bool selected_only)
} else { } else {
for_each_dive (i, dive) { for_each_dive (i, dive) {
trip = dive->divetrip; trip = dive->divetrip;
/*Continue if the dive have no trips or we have seen this trip before*/ /*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=["); put_string(b, "trips=[");
write_trips(b, selected_only); write_trips(b, selected_only);
put_string(b, "]"); put_string(b, "]");