Major code cleanup: comment style & run CodeMaid

This commit is contained in:
Michelle Bergeron
2016-02-13 13:01:24 -06:00
parent baa8106dd8
commit c8bad4ed2f
18 changed files with 452 additions and 453 deletions

View File

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