summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-27 00:21:04 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-27 00:21:04 -0400
commitca180e1f0e2a453bd9ae16791b6bba1328cfffeb (patch)
tree92cb0ef139ea67f5fb3e88a788270374e11b5928
parentb16c2664af5be02dfa987f3e8449dcb04d108c00 (diff)
downloadpango-ca180e1f0e2a453bd9ae16791b6bba1328cfffeb.tar.gz
[HB] Indent
-rw-r--r--pango/opentype/hb-blob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/opentype/hb-blob.c b/pango/opentype/hb-blob.c
index 5f54753b..8babc768 100644
--- a/pango/opentype/hb-blob.c
+++ b/pango/opentype/hb-blob.c
@@ -295,12 +295,12 @@ _try_writable_inplace_locked (hb_blob_t *blob)
if (_try_make_writable_inplace_unix_locked (blob)) {
#if HB_DEBUG
- fprintf (stderr, "%p %s: making writable -> succeeded\n", blob, __FUNCTION__);
+ fprintf (stderr, "%p %s: making writable -> succeeded\n", blob, __FUNCTION__);
#endif
blob->mode = HB_MEMORY_MODE_WRITABLE;
} else {
#if HB_DEBUG
- fprintf (stderr, "%p %s: making writable -> FAILED\n", blob, __FUNCTION__);
+ fprintf (stderr, "%p %s: making writable -> FAILED\n", blob, __FUNCTION__);
#endif
/* Failed to make writable inplace, mark that */
blob->mode = HB_MEMORY_MODE_READONLY;