mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
Whitespace-only code formatting changes.
This commit is contained in:
@@ -21,6 +21,6 @@ class EventBusImpl implements EventBus {
|
||||
}
|
||||
|
||||
public void broadcast(Event e) {
|
||||
for(EventListener l : listeners) l.eventOccurred(e);
|
||||
for (EventListener l : listeners) l.eventOccurred(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user