summaryrefslogtreecommitdiff
path: root/src/gdfontg.h
diff options
context:
space:
mode:
authorpierrejoye <none@none>2013-04-03 14:23:11 +0200
committerpierrejoye <none@none>2013-04-03 14:23:11 +0200
commite20413bf6b872a8c23f1704a89295c5897347c9d (patch)
treef34b5402f97cd826bb312e18677f3974d53bfd52 /src/gdfontg.h
parent385566e4ba57d803921a13306ead66f354cee0a2 (diff)
downloadlibgd-e20413bf6b872a8c23f1704a89295c5897347c9d.tar.gz
- apply same CS everywhere
Diffstat (limited to 'src/gdfontg.h')
-rw-r--r--src/gdfontg.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/gdfontg.h b/src/gdfontg.h
index 4894b4f..473fc30 100644
--- a/src/gdfontg.h
+++ b/src/gdfontg.h
@@ -6,21 +6,21 @@ extern "C"
{
#endif
-/*
- This is a header file for gd font, generated using
- bdftogd version 0.51 by Jan Pazdziora, adelton@fi.muni.cz
- from bdf font
- -Misc-Fixed-Bold-R-Normal-Sans-15-140-75-75-C-90-ISO8859-2
- at Mon Jan 26 14:45:58 1998.
- The original bdf was holding following copyright:
- "Libor Skarvada, libor@informatics.muni.cz"
- */
+ /*
+ This is a header file for gd font, generated using
+ bdftogd version 0.51 by Jan Pazdziora, adelton@fi.muni.cz
+ from bdf font
+ -Misc-Fixed-Bold-R-Normal-Sans-15-140-75-75-C-90-ISO8859-2
+ at Mon Jan 26 14:45:58 1998.
+ The original bdf was holding following copyright:
+ "Libor Skarvada, libor@informatics.muni.cz"
+ */
#include "gd.h"
- BGD_EXPORT_DATA_PROT gdFontPtr gdFontGiant;
- BGD_DECLARE(gdFontPtr) gdFontGetGiant(void);
+ BGD_EXPORT_DATA_PROT gdFontPtr gdFontGiant;
+ BGD_DECLARE(gdFontPtr) gdFontGetGiant(void);
#ifdef __cplusplus
}