Skip to content

Commit 15f5162

Browse files
committed
tabs --> spaces
Also: - Reformatted some doxygen comments in header files - Removed unnecessary "This is CMakeLists for..." comments from CMakeLists.txt files - Trimmed down the "Exposed API" in some of the requirements docs to be consistent with the others - Removed an unused variable from broker.h and friends - Fixed some JSON syntax errors in doc/sample_ble.md
1 parent 872b072 commit 15f5162

File tree

127 files changed

+16944
-17274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+16944
-17274
lines changed

bindings/dotnet/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
cmake_minimum_required(VERSION 2.8.11)
55

66
set(dotnet_sources
7-
./src/dotnet.cpp
7+
./src/dotnet.cpp
88
)
99

1010
set(dotnet_headers
11-
./inc/dotnet.h
11+
./inc/dotnet.h
1212
)
1313

1414
include_directories(./inc)

0 commit comments

Comments
 (0)