From 68f8c02a912ec68ef3d8e59a267c18bf1a97855f Mon Sep 17 00:00:00 2001 From: Benjamin Jurk <106487517+bnjmnjrk@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:21:20 +0200 Subject: [PATCH] fix style --- extras/nsm.h/nsm.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/extras/nsm.h/nsm.h b/extras/nsm.h/nsm.h index 16d33ab..2cbd100 100644 --- a/extras/nsm.h/nsm.h +++ b/extras/nsm.h/nsm.h @@ -488,10 +488,10 @@ NSM_EXPORT int _nsm_osc_open ( const char *path, const char *types, lo_arg **arg if ( r ) { if ( out_msg == NULL) { - OSC_REPLY_ERR( r, ""); - else { - OSC_REPLY_ERR( r, out_msg); - } + OSC_REPLY_ERR( r, ""); + } else { + OSC_REPLY_ERR( r, out_msg); + } } else OSC_REPLY( "OK" ); @@ -520,10 +520,10 @@ NSM_EXPORT int _nsm_osc_save ( const char *path, const char *types, lo_arg **arg if ( r ) { if ( out_msg == NULL) { - OSC_REPLY_ERR( r, ""); - else { - OSC_REPLY_ERR( r, out_msg); - } + OSC_REPLY_ERR( r, ""); + } else { + OSC_REPLY_ERR( r, out_msg); + } } else OSC_REPLY( "OK" );