Fix newline at end of file, add comments

Fix "No newline at end of file" warning. The newline was removed
by commit 47f28a2a78, probably unintentionally.

Add missing comments to #endif statements for clarity and consistency.
master
Albrecht Schlosser 2022-07-08 17:03:30 +02:00
parent 3bcdf2f3cd
commit c73393fc7a
2 changed files with 4 additions and 4 deletions

View File

@ -3005,6 +3005,6 @@ void nsvgDelete(NSVGimage* image)
free(image);
}
#endif
#endif // NANOSVG_IMPLEMENTATION
#endif // NANOSVG_H
#endif // NANOSVG_H

View File

@ -1453,6 +1453,6 @@ void nsvgRasterize(NSVGrasterizer* r,
r->stride = 0;
}
#endif
#endif // NANOSVGRAST_IMPLEMENTATION
#endif // NANOSVGRAST_H
#endif // NANOSVGRAST_H