summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-30 21:42:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-30 21:42:24 (GMT)
commitb48aa163302c32be9624782015507c1138b13d59 (patch)
tree473bc872ba40d3ebd08e4203adcc7e514da9f811
parent1ab3654e4b742816759b0879113b7bd46000999a (diff)
Untabified code.
-rw-r--r--plugins/arm/v7/context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/arm/v7/context.c b/plugins/arm/v7/context.c
index e028f70..c606615 100644
--- a/plugins/arm/v7/context.c
+++ b/plugins/arm/v7/context.c
@@ -98,9 +98,9 @@ static void g_armv7_context_class_init(GArmV7ContextClass *klass)
object->dispose = (GObjectFinalizeFunc/* ! */)g_armv7_context_dispose;
object->finalize = (GObjectFinalizeFunc)g_armv7_context_finalize;
- proc = G_PROC_CONTEXT_CLASS(klass);
+ proc = G_PROC_CONTEXT_CLASS(klass);
- proc->push_point = (push_drop_point_fc)g_armv7_context_push_drop_point;
+ proc->push_point = (push_drop_point_fc)g_armv7_context_push_drop_point;
}