From 7e1debfec48eab213052fb39dd990b3d3319949d Mon Sep 17 00:00:00 2001 From: theraven Date: Sat, 25 Sep 2010 11:04:05 +0000 Subject: [PATCH] Fix indenting in last commit. --- encoding2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encoding2.c b/encoding2.c index 06368a6..4f4c9fc 100644 --- a/encoding2.c +++ b/encoding2.c @@ -458,9 +458,9 @@ static const char *layout_structure_callback(const char *type, struct objc_struc } else { - size_t rsize = (size_t)layout->record_size; + size_t rsize = (size_t)layout->record_size; round_up(&rsize, align); - layout->record_size = rsize + size; + layout->record_size = rsize + size; } return end; }