You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by ji...@apache.org on 2018/06/22 03:58:40 UTC

incubator-quickstep git commit: Fix the inclusion guard of ForemanSingleNode.hpp file

Repository: incubator-quickstep
Updated Branches:
  refs/heads/master e36fc7497 -> 5cbaa7ef8


Fix the inclusion guard of ForemanSingleNode.hpp file


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/5cbaa7ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/5cbaa7ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/5cbaa7ef

Branch: refs/heads/master
Commit: 5cbaa7ef877f3ab4a1d89f3e463f3a281709ec05
Parents: e36fc74
Author: Harshad Deshmukh <hb...@apache.org>
Authored: Thu Jun 21 21:31:07 2018 -0500
Committer: Harshad Deshmukh <hb...@apache.org>
Committed: Thu Jun 21 21:31:07 2018 -0500

----------------------------------------------------------------------
 query_execution/ForemanSingleNode.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/5cbaa7ef/query_execution/ForemanSingleNode.hpp
----------------------------------------------------------------------
diff --git a/query_execution/ForemanSingleNode.hpp b/query_execution/ForemanSingleNode.hpp
index 9fa3b9a..2e4f23b 100644
--- a/query_execution/ForemanSingleNode.hpp
+++ b/query_execution/ForemanSingleNode.hpp
@@ -17,8 +17,8 @@
  * under the License.
  **/
 
-#ifndef QUICKSTEP_QUERY_EXECUTION_FOREMAN_HPP_
-#define QUICKSTEP_QUERY_EXECUTION_FOREMAN_HPP_
+#ifndef QUICKSTEP_QUERY_EXECUTION_FOREMAN_SINGLE_NODE_HPP_
+#define QUICKSTEP_QUERY_EXECUTION_FOREMAN_SINGLE_NODE_HPP_
 
 #include <cstddef>
 #include <cstdio>
@@ -120,4 +120,4 @@ class ForemanSingleNode final : public ForemanBase {
 
 }  // namespace quickstep
 
-#endif  // QUICKSTEP_QUERY_EXECUTION_FOREMAN_HPP_
+#endif  // QUICKSTEP_QUERY_EXECUTION_FOREMAN_SINGLE_NODE_HPP_