formatting
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index f862df9..8fdcc88 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -2305,7 +2305,6 @@
}
-
/* documentation is in freetype.h */
FT_EXPORT_DEF( FT_ULong )
@@ -2329,8 +2328,8 @@
return result;
}
- /* documentation is in freetype.h */
+ /* documentation is in freetype.h */
FT_EXPORT_DEF( FT_ULong )
FT_Get_Next_Char( FT_Face face,
@@ -2358,7 +2357,6 @@
}
-
/* documentation is in freetype.h */
FT_EXPORT_DEF( FT_UInt )
diff --git a/src/base/ftxf86.c b/src/base/ftxf86.c
index 6fd7722..1f5e42c 100644
--- a/src/base/ftxf86.c
+++ b/src/base/ftxf86.c
@@ -45,7 +45,7 @@
{ "cidtype1", "CID Type 1" },
{ "cff", "CFF" },
{ "pfr", "PFR" },
- { "winfonts", "Windows FNT" }
+ { "winfonts", "Windows FNT" }
};
const char* result = NULL;