Skip to content

Commit

Permalink
style: corrected more indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Nov 14, 2023
1 parent 14dbe8f commit 9fb93b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dpp/discordvoiceclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ class DPP_EXPORT discord_voice_client : public websocket_client
*/
enum send_audio_type_t
{
satype_recorded_audio,
satype_live_audio,
satype_recorded_audio,
satype_live_audio,
satype_overlap_audio
} send_audio_type =
#ifdef _WIN32
Expand Down

0 comments on commit 9fb93b5

Please sign in to comment.