Minor format tweaks

This commit is contained in:
Ray 2022-09-10 10:23:38 +02:00
parent cf24c021a3
commit cf76d23476
3 changed files with 6 additions and 5 deletions

View file

@ -12,6 +12,7 @@
* Copyright (c) 2020-2022 Vlad Adrian (@demizdor) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/
#include "raylib.h"
#define SIZEOF(A) (sizeof(A)/sizeof(A[0]))
@ -22,7 +23,7 @@
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
int main(int argc, char **argv)
int main(void)
{
// Initialization
//--------------------------------------------------------------------------------------