cpp-test: Fix indentation
This commit is contained in:
parent
7e70344b4a
commit
e64c18f8de
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue