mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-15 12:38:15 +02: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