From e64c18f8ded9cf242a9028538a5ccf3e44204710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 4 Dec 2019 12:32:28 +0100 Subject: [PATCH] cpp-test: Fix indentation --- examples/cpp-test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cpp-test.cpp b/examples/cpp-test.cpp index a0eb2ed..99967e2 100644 --- a/examples/cpp-test.cpp +++ b/examples/cpp-test.cpp @@ -6,10 +6,10 @@ int main (int argc, char **argv) { - FpContext *ctx; + FpContext *ctx; - ctx = fp_context_new (); - g_object_unref (ctx); + ctx = fp_context_new (); + g_object_unref (ctx); - return 0; + return 0; }