summaryrefslogtreecommitdiff
path: root/tests/test-default-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-default-action.c')
-rw-r--r--tests/test-default-action.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/test-default-action.c b/tests/test-default-action.c
index 0b763ef..8327417 100644
--- a/tests/test-default-action.c
+++ b/tests/test-default-action.c
@@ -10,7 +10,7 @@
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
@@ -55,14 +55,14 @@ main()
dbus_connection_setup_with_g_main(conn, NULL);
n = notify_send_notification(NULL, // replaces nothing
- "presence.online",
- NOTIFY_URGENCY_NORMAL,
- "Matt is online", NULL,
- NULL, // no icon
- FALSE, 0, // does not expire
- NULL, // no user data
- 1,
- 0, "default", callback); // 1 action
+ "presence.online",
+ NOTIFY_URGENCY_NORMAL,
+ "Matt is online", NULL,
+ NULL, // no icon
+ FALSE, 0, // does not expire
+ NULL, // no user data
+ 1,
+ 0, "default", callback); // 1 action
if (!n) {
fprintf(stderr, "failed to send notification\n");