summaryrefslogtreecommitdiffhomepage
path: root/games/just_do
diff options
context:
space:
mode:
authorLeandro Gabriel <[email protected]>2019-08-03 06:07:41 -0300
committerRay <[email protected]>2019-08-03 11:07:41 +0200
commit89c16baf182aed201b75b99a253c0b074ffffeed (patch)
tree90edca66ea7b4c9c83aab26daa2496b770206ab5 /games/just_do
parent68ffbc06c74b717946d1bcb3a7e433d5fb859c85 (diff)
downloadraylib-89c16baf182aed201b75b99a253c0b074ffffeed.tar.gz
raylib-89c16baf182aed201b75b99a253c0b074ffffeed.zip
Replace tabs with spaces and update year of copyright notices (#927)
* Update year of copyright notices * Fix mistake in comment * Fix typo ("algorythms") * Replace tabs with spaces * Remove trailing whitespace and fix mistake in comment * Fix ExportImageAsCode missing comment rectangle corner * Replace tab with spaces * Replace tabs with spaces
Diffstat (limited to 'games/just_do')
-rw-r--r--games/just_do/just_do.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/just_do/just_do.c b/games/just_do/just_do.c
index e9a21526..6a73a2b3 100644
--- a/games/just_do/just_do.c
+++ b/games/just_do/just_do.c
@@ -50,8 +50,8 @@ void UpdateDrawFrame(void); // Update and Draw one frame
//----------------------------------------------------------------------------------
int main(void)
{
- // Initialization (Note windowTitle is unused on Android)
- //---------------------------------------------------------
+ // Initialization (Note windowTitle is unused on Android)
+ //---------------------------------------------------------
InitWindow(screenWidth, screenHeight, "JUST DO [GGJ15]");
// Load global data here (assets that must be available in all screens, i.e. fonts)