Indentation fixes

This commit is contained in:
Samuel Hand 2018-08-09 15:19:02 +01:00
parent eb43c4a35d
commit b5d5a05a1e
2 changed files with 31 additions and 31 deletions

View file

@ -19,10 +19,10 @@ public class OwnNotifications {
display_notification(); display_notification();
} }
}); });
if (has_new_devices(account.bare_jid)) { if (has_new_devices(account.bare_jid)) {
display_notification(); display_notification();
} }
} }
public bool has_new_devices(Jid jid) { public bool has_new_devices(Jid jid) {