Browse Source

fix style

pull/102/head
Benjamin Jurk GitHub 1 month ago
parent
commit
68f8c02a91
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      extras/nsm.h/nsm.h

+ 8
- 8
extras/nsm.h/nsm.h View File

@@ -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" );


Loading…
Cancel
Save