aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.cc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-27 10:26:50 -0500
committerDave Reisner <dreisner@archlinux.org>2013-01-27 10:26:50 -0500
commitc3968122637dbd06d1171cccc8bd3891419151ec (patch)
treedc09f595214cc51c2429f9509a38ca569551cc81 /ponymix.cc
parentfc87003435bbe4e4b235e0629e431492ec0dbb83 (diff)
downloadmirror-ponymix-c3968122637dbd06d1171cccc8bd3891419151ec.tar.gz
mirror-ponymix-c3968122637dbd06d1171cccc8bd3891419151ec.tar.bz2
mirror-ponymix-c3968122637dbd06d1171cccc8bd3891419151ec.zip
whitespace police
Diffstat (limited to 'ponymix.cc')
-rw-r--r--ponymix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponymix.cc b/ponymix.cc
index 48ae3dc..bbaa095 100644
--- a/ponymix.cc
+++ b/ponymix.cc
@@ -617,7 +617,7 @@ int main(int argc, char* argv[]) {
} else
#endif
{
- ponymix.EnableNotifications(new CommandLineNotifier);
+ ponymix.EnableNotifications(new CommandLineNotifier);
}
} catch (std::exception e) {
fprintf(stderr, "failed to enable notifier\n");