diff options
| author | sD <stoned@derpymail.org> | 2020-03-06 17:14:49 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-06 17:14:49 +0100 |
| commit | 2701fab91fcc417ba8e219054d0fa3e109b2e64a (patch) | |
| tree | 70bab02a48d0483d420e93e390ae6436b1ed2fe6 /src/packet_distribution.cpp | |
| parent | 27a101d01083abaf880fcc336f83a0e4426d5127 (diff) | |
indentation
Diffstat (limited to 'src/packet_distribution.cpp')
| -rw-r--r-- | src/packet_distribution.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp index d1c51bdf..5e17542d 100644 --- a/src/packet_distribution.cpp +++ b/src/packet_distribution.cpp @@ -564,11 +564,11 @@ void AOApplication::server_packet_received(AOPacket *p_packet) { if (courtroom_constructed) w_courtroom->reset_music_list(); - for (int n_element = 0 ; n_element < f_contents.size() ; ++n_element) - { - w_courtroom->append_music(f_contents.at(n_element)); - } - w_courtroom->list_music(); + for (int n_element = 0 ; n_element < f_contents.size() ; ++n_element) + { + w_courtroom->append_music(f_contents.at(n_element)); + } + w_courtroom->list_music(); } else if (header == "BN") { |
