From e438077cba2ee77e40eb37f0407ea3f553d4ba30 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 21 Apr 2015 21:14:54 -0700 Subject: [PATCH] [style] whitespace and configs --- serial.sublime-project | 7 ++++++- src/impl/list_ports/list_ports_linux.cc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/serial.sublime-project b/serial.sublime-project index baa1b80..12ab4a7 100644 --- a/serial.sublime-project +++ b/serial.sublime-project @@ -13,7 +13,12 @@ [ "-I/usr/include", "-I/usr/local/include", - "-I${folder:${project_path:serial.sublime-project}}/include" + "-I${folder:${project_path:serial.sublime-project}}/include", + "-I/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1", + "-I/usr/local/include", + "-I/Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.1.0/include", + "-I/Library/Developer/CommandLineTools/usr/include", + "-I/usr/include" ] } } diff --git a/src/impl/list_ports/list_ports_linux.cc b/src/impl/list_ports/list_ports_linux.cc index cb5e343..9779d5e 100644 --- a/src/impl/list_ports/list_ports_linux.cc +++ b/src/impl/list_ports/list_ports_linux.cc @@ -324,7 +324,7 @@ serial::list_ports() device_entry.port = device; device_entry.description = friendly_name; device_entry.hardware_id = hardware_id; - + results.push_back( device_entry ); }