Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/83#discussion_r116895225
  
    --- Diff: libminifi/include/processors/TailFile.h ---
    @@ -73,8 +74,7 @@ class TailFile : public core::Processor {
       std::string _stateFile;
       // State related to the tailed file
       std::string _currentTailFileName;
    -  uint64_t _currentTailFilePosition;
    -  bool _stateRecovered;
    +  uint64_t _currentTailFilePosition;bool _stateRecovered;
    --- End diff --
    
    minor and nitpicky, but could we split these to separate lines


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to