mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-05 00:48:02 +02:00
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…
Add table
Reference in a new issue