From 641ac3c218a23a4f94817663288cfa8c1ff2f812 Mon Sep 17 00:00:00 2001 From: Patrick Tsang Date: Sun, 2 Nov 2025 05:50:30 -0800 Subject: [PATCH] move `#endif` to guard namespace closing braces --- RtAudio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RtAudio.h b/RtAudio.h index a11c6232..dbf4f433 100644 --- a/RtAudio.h +++ b/RtAudio.h @@ -952,11 +952,12 @@ inline void RtAudio :: setStreamTime( double time ) { return rtapi_->setStreamTi inline void RtAudio :: setErrorCallback( RtAudioErrorCallback errorCallback ) { rtapi_->setErrorCallback( errorCallback ); } inline void RtAudio :: showWarnings( bool value ) { rtapi_->showWarnings( value ); } -#endif - } } +#endif + + // Indentation settings for Vim and Emacs // // Local Variables: