1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00

[style] whitespace and configs

This commit is contained in:
William Woodall 2015-04-21 21:14:54 -07:00
parent 1a70b09bb1
commit e438077cba
2 changed files with 7 additions and 2 deletions

View File

@ -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"
]
}
}

View File

@ -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 );
}