Skip to content

Commit

Permalink
squash. clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Mar 14, 2024
1 parent c3b5f48 commit 86e39f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/src/rsGeneralUpdate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ int
_rsGeneralUpdate( generalUpdateInp_t *generalUpdateInp ) {
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
return chlGeneralUpdate( *generalUpdateInp );
return chlGeneralUpdate(*generalUpdateInp);
#pragma clang diagnostic pop
}

0 comments on commit 86e39f3

Please sign in to comment.