From 81a5c4df94e7c6066314d5fe75bbaf24483bc022 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 27 Aug 2009 00:21:04 -0400 Subject: [PATCH] [HB] Indent --- src/hb-blob.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-blob.c b/src/hb-blob.c index 5f54753..8babc76 100644 --- a/src/hb-blob.c +++ b/src/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; -- 2.7.4