commit | 2dda6dd744b192616c65ca4aa5fce8e90fd0ff30 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Mon Apr 20 14:12:45 2020 +0430 |
committer | Ebrahim Byagowi <ebrahim@gnu.org> | Mon Apr 20 16:18:29 2020 +0430 |
tree | 9142bb5c6cb856dd898414f994adfd7492ba3db8 | |
parent | ac26f19c9ea1ff170cd5226470115f7d08860e02 [diff] [blame] |
minor, tweak spacing turn 8 spaces to tab, add space before Null/Crap
diff --git a/src/hb-face.cc b/src/hb-face.cc index 2da0af4..e4d8a3f 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc
@@ -226,7 +226,7 @@ hb_face_t * hb_face_get_empty () { - return const_cast<hb_face_t *> (&Null(hb_face_t)); + return const_cast<hb_face_t *> (&Null (hb_face_t)); }