cpp-test: Fix indentation

This commit is contained in:
Marco Trevisan (Treviño) 2019-12-04 12:32:28 +01:00
parent 7e70344b4a
commit e64c18f8de
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}