Skip to content

Commit b648772

Browse files
committed
Unify newlines
1 parent 9f5f58b commit b648772

File tree

14 files changed

+10988
-10988
lines changed

14 files changed

+10988
-10988
lines changed

src/tigr_amalgamated.c

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
2-
#include "tigr.h"
3-
4-
#include "tigr_internal.h"
5-
#include "tigr_upscale_gl_vs.h"
6-
#include "tigr_upscale_gl_fs.h"
7-
8-
#include "tigr_bitmaps.c"
9-
#include "tigr_loadpng.c"
10-
#include "tigr_savepng.c"
11-
#include "tigr_inflate.c"
12-
#include "tigr_print.c"
13-
#include "tigr_win.c"
14-
#include "tigr_osx.c"
15-
#include "tigr_ios.c"
16-
#include "tigr_android.h"
17-
#include "tigr_linux.c"
18-
#include "tigr_android.c"
19-
#include "tigr_gl.c"
1+
2+
#include "tigr.h"
3+
4+
#include "tigr_internal.h"
5+
#include "tigr_upscale_gl_vs.h"
6+
#include "tigr_upscale_gl_fs.h"
7+
8+
#include "tigr_bitmaps.c"
9+
#include "tigr_loadpng.c"
10+
#include "tigr_savepng.c"
11+
#include "tigr_inflate.c"
12+
#include "tigr_print.c"
13+
#include "tigr_win.c"
14+
#include "tigr_osx.c"
15+
#include "tigr_ios.c"
16+
#include "tigr_android.h"
17+
#include "tigr_linux.c"
18+
#include "tigr_android.c"
19+
#include "tigr_gl.c"
2020
#include "tigr_utils.c"

src/tigr_amalgamated_one_header.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/*
2-
Like most of stb libraries, this include needs to be included in one
3-
compilation unit with TIGR_IMPLEMENTATION defined.
4-
*/
5-
6-
#include "../tigr.h"
7-
8-
#ifdef TIGR_IMPLEMENTATION
9-
#ifdef __cplusplus
10-
extern "C" {
11-
#endif
12-
13-
#include "tigr_amalgamated.c"
14-
15-
#ifdef __cplusplus
16-
}
17-
#endif
1+
/*
2+
Like most of stb libraries, this include needs to be included in one
3+
compilation unit with TIGR_IMPLEMENTATION defined.
4+
*/
5+
6+
#include "../tigr.h"
7+
8+
#ifdef TIGR_IMPLEMENTATION
9+
#ifdef __cplusplus
10+
extern "C" {
11+
#endif
12+
13+
#include "tigr_amalgamated.c"
14+
15+
#ifdef __cplusplus
16+
}
17+
#endif
1818
#endif

0 commit comments

Comments
 (0)