Skip to content

Commit

Permalink
Update SyncBridge.h
Browse files Browse the repository at this point in the history
Add space after single line comment and add newline
  • Loading branch information
DerekTurtleRoe committed Mar 18, 2021
1 parent 8e8ba73 commit 91c26d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/Bridge/SyncBridge.h
Expand Up @@ -10,7 +10,7 @@ class SyncBridge :
public:
SyncBridge (JavaBridge * javaBridge);

//Render window functions
// Render window functions
void GfxThreadInit();
void GfxThreadDone();
void SwapWindow();
Expand All @@ -23,4 +23,4 @@ class SyncBridge :
JavaBridge * m_JavaBridge;
};

#endif
#endif

0 comments on commit 91c26d5

Please sign in to comment.