[pango] [HB] Indent
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] [HB] Indent
- Date: Thu, 27 Aug 2009 05:19:32 +0000 (UTC)
commit ca180e1f0e2a453bd9ae16791b6bba1328cfffeb
Author: Behdad Esfahbod <behdad behdad org>
Date: Thu Aug 27 00:21:04 2009 -0400
[HB] Indent
pango/opentype/hb-blob.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/opentype/hb-blob.c b/pango/opentype/hb-blob.c
index 5f54753..8babc76 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]