Skip to content

Commit e4a65c7

Browse files
committed
Added missing 'if' space.
1 parent f14a735 commit e4a65c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/wlr/taskbar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static std::string get_from_desktop_app_info_search(const std::string &app_id)
135135
gchar*** desktop_list = g_desktop_app_info_search(app_id.c_str());
136136
if (desktop_list != nullptr && desktop_list[0] != nullptr) {
137137
for (size_t i=0; desktop_list[0][i]; i++) {
138-
if(desktop_file == "") {
138+
if (desktop_file == "") {
139139
desktop_file = desktop_list[0][i];
140140
} else {
141141
auto tmp_info = Gio::DesktopAppInfo::create(desktop_list[0][i]);

0 commit comments

Comments
 (0)