-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Inline new_discovery_data() function in callers - Declare variables at the beginning of functions - Whitespace and alignment fixes - Split really long lines to be <= 80 chars - Use C-style comments Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information
Showing
1 changed file
with
105 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Would be better to do this conditionally, since
CFRunLoopRunResult
is only present in macOS > 10.10.UPD. Never mind, this was broken earlier, this commit only reshuffles the code.