Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100903407 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1170,7 +1170,7 @@ class TcrMessageHelper { } if (compId != expectedPartType) { char exMsg[256]; - ACE_OS::snprintf(exMsg, 255, + std::snprintf(exMsg, 255, --- End diff -- Is there a command line tool (e.g. lint) that I can run to ensure changes adhere to the style guide? Also to be clear, it's the fact that the following lines are indented more than 2 spaces (than the line above) that is in violation?
--- 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. ---