From 38d3bfe971155bc7b0bdc8a10e059f9479d1eb5d Mon Sep 17 00:00:00 2001 From: JohnJLight Date: Tue, 19 Mar 2019 14:35:57 -0400 Subject: Made use of semicolons more consitent, fixed formatting --- scene/audio/audio_stream_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/audio') diff --git a/scene/audio/audio_stream_player.h b/scene/audio/audio_stream_player.h index 7987bd7e7d..ab9161c798 100644 --- a/scene/audio/audio_stream_player.h +++ b/scene/audio/audio_stream_player.h @@ -36,7 +36,7 @@ class AudioStreamPlayer : public Node { - GDCLASS(AudioStreamPlayer, Node) + GDCLASS(AudioStreamPlayer, Node); public: enum MixTarget { -- cgit v1.2.3