Skip to content

Commit

Permalink
[style] whitespace and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Apr 22, 2015
1 parent 1a70b09 commit e438077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion serial.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
2 changes: 1 addition & 1 deletion src/impl/list_ports/list_ports_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

}
Expand Down

0 comments on commit e438077

Please sign in to comment.