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
|
|
@ -21,7 +21,7 @@ void writeMarkers(struct membuffer *b, const bool selected_only)
|
|||
int i, dive_no = 0;
|
||||
struct dive *dive;
|
||||
|
||||
for_each_dive(i, dive) {
|
||||
for_each_dive (i, dive) {
|
||||
if (selected_only) {
|
||||
if (!dive->selected)
|
||||
continue;
|
||||
|
|
@ -37,7 +37,7 @@ void writeMarkers(struct membuffer *b, const bool selected_only)
|
|||
put_duration(b, dive->duration, translate("gettextFromC", "<p>Duration: "), translate("gettextFromC", " min</p>"));
|
||||
put_depth(b, dive->maxdepth, translate("gettextFromC", "<p>Max Depth: "), translate("gettextFromC", " m</p>"));
|
||||
put_HTML_airtemp(b, dive, translate("gettextFromC", "<p>Air Temp: "), "</p>");
|
||||
put_HTML_watertemp(b, dive,translate("gettextFromC", "<p>Water Temp : ") , "</p>");
|
||||
put_HTML_watertemp(b, dive, translate("gettextFromC", "<p>Water Temp : "), "</p>");
|
||||
put_format(b, "<p>Location : <b>%s</b></p>", quote(dive->location));
|
||||
put_HTML_notes(b, dive, translate("gettextFromC", "<p> Notes"), " </p>");
|
||||
put_string(b, "</p>'+'</div>'+'</div>'});\ninfowindows.push(tempinfowindow);\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue