about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-01-27 15:49:44 +0100
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-02-01 15:01:28 +0100
commit9cf78e59d533c7045c2e32e0ce864929b4e15ad7 (patch)
treed80dc27b4b3d9fac79eae567ffe19c78931dba34 /tests
parent20a8ef7a3e2d2d3e2dc505c93182582b6c74800b (diff)
downloadprofani-tty-9cf78e59d533c7045c2e32e0ce864929b4e15ad7.tar.gz
auto-format
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_callbacks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/test_callbacks.c b/tests/unittests/test_callbacks.c
index 3c5267fe..a9b1138b 100644
--- a/tests/unittests/test_callbacks.c
+++ b/tests/unittests/test_callbacks.c
@@ -61,6 +61,6 @@ returns_commands(void** state)
     assert_true(foundCommand1 && foundCommand2 && foundCommand3);
 
     g_list_free(names);
-    //TODO: why does this make the test fail?
-    //callbacks_close();
+    // TODO: why does this make the test fail?
+    // callbacks_close();
 }