summaryrefslogtreecommitdiff
path: root/headless/misc.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
committerRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
commit22b07e0233a29d9633ffa825a79503befaf2e16e (patch)
tree1d8b06056f8e12197158f5d906319767d3dedda5 /headless/misc.cc
parente11ba7b79d68bc1070b170236c22123966d7bcc3 (diff)
NOOP, remove trailing tabs/whitespace.
Diffstat (limited to 'headless/misc.cc')
-rw-r--r--headless/misc.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/headless/misc.cc b/headless/misc.cc
index a18989bee4..fd7f66025d 100644
--- a/headless/misc.cc
+++ b/headless/misc.cc
@@ -7,7 +7,7 @@ void
TestReceiver::receive (Transmitter::Channel chn, const char * str)
{
const char *prefix = "";
-
+
switch (chn) {
case Transmitter::Error:
prefix = ": [ERROR]: ";
@@ -25,13 +25,13 @@ TestReceiver::receive (Transmitter::Channel chn, const char * str)
/* this isn't supposed to happen */
abort ();
}
-
+
/* note: iostreams are already thread-safe: no external
lock required.
*/
-
+
std::cout << prefix << str << std::endl;
-
+
if (chn == Transmitter::Fatal) {
::exit (9);
}