mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-22 08:00:27 +00:00
Major code cleanup: comment style & run CodeMaid
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "Limelight.h"
|
||||
#include "Platform.h"
|
||||
|
||||
typedef void (*ThreadEntry)(void *context);
|
||||
typedef void(*ThreadEntry)(void *context);
|
||||
|
||||
struct thread_context {
|
||||
ThreadEntry entry;
|
||||
|
||||
Reference in New Issue
Block a user