Ensured newline at the end of files
This commit is contained in:
parent
db3f474035
commit
e4bcf929f9
9 changed files with 9 additions and 9 deletions
|
@ -69,4 +69,4 @@ void draw_fbo_viewport(FBO *fbo) {
|
|||
glDisable(GL_TEXTURE_2D);
|
||||
|
||||
glPopMatrix();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ void draw_fbo_viewport(FBO *fbo);
|
|||
|
||||
void delete_fbo(FBO *fbo);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -104,4 +104,4 @@ void free_ref(int i) {
|
|||
global.refs.ptrs[i].ptr = FREEREF;
|
||||
global.refs.ptrs[i].refs = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,4 +32,4 @@ extern void *_FREEREF;
|
|||
int add_ref(void *ptr);
|
||||
void del_ref(void *ptr);
|
||||
void free_ref(int i);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -28,4 +28,4 @@ void matvecv(Matrix m, Vector *vs, int size);
|
|||
void normalize(Vector v);
|
||||
float length(Vector v);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -15,4 +15,4 @@ void draw_char_menu(MenuData *menu);
|
|||
int char_menu_loop(MenuData *menu);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -14,4 +14,4 @@ void create_difficulty_menu(MenuData *menu);
|
|||
void draw_difficulty_menu(MenuData *m);
|
||||
int difficulty_menu_loop(MenuData *m);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -39,4 +39,4 @@ void warnx(const char *fmt, ...) {
|
|||
vfprintf(stderr, buf, ap);
|
||||
va_end(ap);
|
||||
free(buf);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,4 +26,4 @@ void TransLoader(Transition *t);
|
|||
void set_transition(TransitionRule rule, int dur1, int dur2);
|
||||
void draw_transition(void);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue