summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-01-29 11:29:11 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-01-29 16:04:47 +0000
commitb58176c65efa467b358eda1e921ea914dcee1a1b (patch)
tree24261f46d8e960fd7ac0a68a5a116a43e78a2df8 /render
parentb3c524cea10d636bd7e657d274ba9f94c1d1e433 (diff)
downloadnetsurf-b58176c65efa467b358eda1e921ea914dcee1a1b.tar.gz
netsurf-b58176c65efa467b358eda1e921ea914dcee1a1b.tar.bz2
Spaces to tabs.
Diffstat (limited to 'render')
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 6a363166f..25686c908 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -65,7 +65,7 @@ struct box_construct_ctx {
box_construct_complete_cb cb; /**< Callback to invoke on completion */
- int *bctx; /**< talloc context */
+ int *bctx; /**< talloc context */
};
/**