hunyadi-dev commented on a change in pull request #789:
URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r435124236



##########
File path: libminifi/include/utils/file/FileManager.h
##########
@@ -92,12 +96,12 @@ class FileManager {
 #ifdef BOOST_VERSION
     return boost::filesystem::unique_path().native();
 #else
-         std::string tmpDir = "/tmp";
-       #ifdef WIN32
-                 TCHAR lpTempPathBuffer[MAX_PATH];
-                 GetTempPath(MAX_PATH, lpTempPathBuffer);
-                 tmpDir = lpTempPathBuffer;
-       #endif
+    std::string tmpDir = "/tmp";
+  #ifdef WIN32
+      TCHAR lpTempPathBuffer[MAX_PATH];
+      GetTempPath(MAX_PATH, lpTempPathBuffer);
+      tmpDir = lpTempPathBuffer;
+  #endif

Review comment:
       Corrected.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to