szaszm commented on a change in pull request #687: MINIFICPP-1092 - Make CoAP
compile and work on Windows
URL: https://github.com/apache/nifi-minifi-cpp/pull/687#discussion_r365911246
##########
File path: extensions/coap/tests/CMakeLists.txt
##########
@@ -40,7 +40,7 @@ FOREACH(testfile ${CURL_INTEGRATION_TESTS})
target_include_directories(${testfilename} BEFORE PRIVATE
"../../http-curl/sitetosite/")
target_include_directories(${testfilename} BEFORE PRIVATE
"${CMAKE_SOURCE_DIR}/extensions/civetweb/")
target_include_directories(${testfilename} BEFORE PRIVATE ./include)
- createTests("${testfilename}")
+ createTests("${testfilename}")
Review comment:
The indentation is still inconsistent: the rest of the file uses tabs while
this line now uses 8 spaces instead of 4.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services