Ensured newline at the end of files

This commit is contained in:
Andrei "Akari" Alexeyev 2017-02-23 12:43:45 +02:00
parent db3f474035
commit e4bcf929f9
9 changed files with 9 additions and 9 deletions

View file

@ -69,4 +69,4 @@ void draw_fbo_viewport(FBO *fbo) {
glDisable(GL_TEXTURE_2D);
glPopMatrix();
}
}

View file

@ -23,4 +23,4 @@ void draw_fbo_viewport(FBO *fbo);
void delete_fbo(FBO *fbo);
#endif
#endif

View file

@ -104,4 +104,4 @@ void free_ref(int i) {
global.refs.ptrs[i].ptr = FREEREF;
global.refs.ptrs[i].refs = 0;
}
}
}

View file

@ -32,4 +32,4 @@ extern void *_FREEREF;
int add_ref(void *ptr);
void del_ref(void *ptr);
void free_ref(int i);
#endif
#endif

View file

@ -28,4 +28,4 @@ void matvecv(Matrix m, Vector *vs, int size);
void normalize(Vector v);
float length(Vector v);
#endif
#endif

View file

@ -15,4 +15,4 @@ void draw_char_menu(MenuData *menu);
int char_menu_loop(MenuData *menu);
#endif
#endif

View file

@ -14,4 +14,4 @@ void create_difficulty_menu(MenuData *menu);
void draw_difficulty_menu(MenuData *m);
int difficulty_menu_loop(MenuData *m);
#endif
#endif

View file

@ -39,4 +39,4 @@ void warnx(const char *fmt, ...) {
vfprintf(stderr, buf, ap);
va_end(ap);
free(buf);
}
}

View file

@ -26,4 +26,4 @@ void TransLoader(Transition *t);
void set_transition(TransitionRule rule, int dur1, int dur2);
void draw_transition(void);
#endif
#endif