diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-01-27 10:26:50 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-01-27 10:26:50 -0500 |
commit | c3968122637dbd06d1171cccc8bd3891419151ec (patch) | |
tree | dc09f595214cc51c2429f9509a38ca569551cc81 | |
parent | fc87003435bbe4e4b235e0629e431492ec0dbb83 (diff) | |
download | mirror-ponymix-c3968122637dbd06d1171cccc8bd3891419151ec.tar.gz mirror-ponymix-c3968122637dbd06d1171cccc8bd3891419151ec.tar.bz2 mirror-ponymix-c3968122637dbd06d1171cccc8bd3891419151ec.zip |
whitespace police
-rw-r--r-- | ponymix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |