Skip to content

Commit 06b48fb

Browse files
korligithub-actions[bot]
authored andcommitted
Apply clang-format changes
1 parent 49b99cf commit 06b48fb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/Locale.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ ShowBug(const char* string)
306306
file.Write(message.String(), message.Length());
307307
file.Unset();
308308

309-
// Open issue tracker in browser
310-
#if B_HAIKU_VERSION < B_HAIKU_VERSION_1_PRE_BETA_6
311-
BUrl url(kIssuesURL);
312-
#else
313-
BUrl url(kIssuesURL, true);
314-
#endif
309+
// Open issue tracker in browser
310+
#if B_HAIKU_VERSION < B_HAIKU_VERSION_1_PRE_BETA_6
311+
BUrl url(kIssuesURL);
312+
#else
313+
BUrl url(kIssuesURL, true);
314+
#endif
315315
url.OpenWithPreferredApplication();
316316
}
317317

src/MainWindow.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ MainWindow::MessageReceived(BMessage* msg)
333333
}
334334
case M_REPORT_BUG:
335335
{
336-
// Open issue tracker in browser
337-
#if B_HAIKU_VERSION < B_HAIKU_VERSION_1_PRE_BETA_6
338-
BUrl url(kIssuesURL);
339-
#else
340-
BUrl url(kIssuesURL, true);
341-
#endif
336+
// Open issue tracker in browser
337+
#if B_HAIKU_VERSION < B_HAIKU_VERSION_1_PRE_BETA_6
338+
BUrl url(kIssuesURL);
339+
#else
340+
BUrl url(kIssuesURL, true);
341+
#endif
342342
url.OpenWithPreferredApplication();
343343
break;
344344
}

0 commit comments

Comments
 (0)