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

View file

@ -6,10 +6,10 @@
int main (int argc, char **argv) int main (int argc, char **argv)
{ {
FpContext *ctx; FpContext *ctx;
ctx = fp_context_new (); ctx = fp_context_new ();
g_object_unref (ctx); g_object_unref (ctx);
return 0; return 0;
} }