From 46cd1838255712cc599a30a81098121aa26d80f5 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 8 Mar 2015 19:40:11 +0100 Subject: o Formatting. --- apps/sm-serial-read.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/sm-serial-read.cpp') diff --git a/apps/sm-serial-read.cpp b/apps/sm-serial-read.cpp index a203847..fee1a8c 100644 --- a/apps/sm-serial-read.cpp +++ b/apps/sm-serial-read.cpp @@ -120,7 +120,7 @@ public: cerr << "port is not open" << endl; } - shared_ptr output; + shared_ptr output; if (format == Format::JSON) { output = make_shared(cout); @@ -133,7 +133,7 @@ public: return EXIT_FAILURE; } - shared_ptr input = make_shared(output); + shared_ptr input = make_shared(output); port_handler(port_name, port, input).run(); -- cgit v1.2.3