summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-06-13 12:48:31 -0300
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-18 09:29:52 +0100
commit7fadf0d43f5d015c873be1c5cd5682c185ef0080 (patch)
tree0ff1d32472c9534f017daacd6694e464ecec7a4d
parenta332d1459bd987760c52375ea7792d3681bdbc92 (diff)
insanity-test-blank: Fix indentation.
-rw-r--r--tests/insanity-test-blank.c21
1 files changed, 11 insertions, 10 deletions
diff --git a/tests/insanity-test-blank.c b/tests/insanity-test-blank.c
index 4a48baa..6f9c2c6 100644
--- a/tests/insanity-test-blank.c
+++ b/tests/insanity-test-blank.c
@@ -97,16 +97,16 @@ blank_test_test (InsanityTest * test)
insanity_test_ping (test);
- insanity_test_validate_checklist_item (test, "random-other-checklist-item", TRUE,
- "Explanation of random-checklist-item failure");
+ insanity_test_validate_checklist_item (test, "random-other-checklist-item",
+ TRUE, "Explanation of random-checklist-item failure");
- INSANITY_LOG(test,"default",INSANITY_LOG_LEVEL_NONE,"log:none\n");
- INSANITY_LOG(test,"default",INSANITY_LOG_LEVEL_INFO,"log:info\n");
- INSANITY_LOG(test,"default",INSANITY_LOG_LEVEL_DEBUG,"log:debug\n");
- INSANITY_LOG(test,"default",INSANITY_LOG_LEVEL_SPAM,"log:spam\n");
- insanity_test_printf(test,"log:via-test\n");
- INSANITY_LOG(test,"cat1",INSANITY_LOG_LEVEL_INFO,"log:cat1\n");
- INSANITY_LOG(test,"cat2",INSANITY_LOG_LEVEL_INFO,"log:cat2\n");
+ INSANITY_LOG (test, "default", INSANITY_LOG_LEVEL_NONE, "log:none\n");
+ INSANITY_LOG (test, "default", INSANITY_LOG_LEVEL_INFO, "log:info\n");
+ INSANITY_LOG (test, "default", INSANITY_LOG_LEVEL_DEBUG, "log:debug\n");
+ INSANITY_LOG (test, "default", INSANITY_LOG_LEVEL_SPAM, "log:spam\n");
+ insanity_test_printf (test, "log:via-test\n");
+ INSANITY_LOG (test, "cat1", INSANITY_LOG_LEVEL_INFO, "log:cat1\n");
+ INSANITY_LOG (test, "cat2", INSANITY_LOG_LEVEL_INFO, "log:cat2\n");
done:
/* Must be called when the test is done */
@@ -127,7 +127,8 @@ main (int argc, char **argv)
"Sample test that does nothing", "some longer description"));
insanity_test_add_checklist_item (test, "random-checklist-item",
- "Some random checklist item, nothing much", "Probably something wrong here");
+ "Some random checklist item, nothing much",
+ "Probably something wrong here");
insanity_test_add_checklist_item (test, "random-other-checklist-item",
"Some random checklist item, nothing much", "Not going to happen");
insanity_test_add_extra_info (test, "random-extra-info",