Skip to content

Commit

Permalink
Remove pointless return
Browse files Browse the repository at this point in the history
[clang-tidy] Found with readability-redundant-control-flow

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and nikias committed Dec 30, 2020
1 parent 591b4fa commit 98f6e62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libusbmuxd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,6 @@ USBMUXD_API void libusbmuxd_set_use_inotify(int set)
#ifdef HAVE_INOTIFY
use_inotify = set;
#endif
return;
}

USBMUXD_API void libusbmuxd_set_debug_level(int level)
Expand Down

0 comments on commit 98f6e62

Please sign in to comment.