summaryrefslogtreecommitdiffhomepage
path: root/games/wave_collector
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/wave_collector
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/wave_collector')
-rw-r--r--games/wave_collector/wave_collector.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/wave_collector/wave_collector.c b/games/wave_collector/wave_collector.c
index c52f8835..64881816 100644
--- a/games/wave_collector/wave_collector.c
+++ b/games/wave_collector/wave_collector.c
@@ -58,8 +58,8 @@ static void UpdateDrawFrame(void); // Update and Draw one frame
//----------------------------------------------------------------------------------
int main(int argc, char *argv[])
{
- // Initialization
- //---------------------------------------------------------
+ // Initialization
+ //---------------------------------------------------------
#if defined(PLATFORM_DESKTOP)
// TODO: Support for dropped files on the exe
@@ -299,7 +299,7 @@ static void UpdateDrawFrame(void)
case ENDING: DrawEndingScreen(); break;
default: break;
}
-
+
// Draw full screen rectangle in front of everything
if (onTransition) DrawTransition();