Fixed merge leftovers

pull/349/head
Murat Tuncer 2016-02-17 15:44:24 +02:00
parent 3528d7ce85
commit df5851366c
2 changed files with 3 additions and 8 deletions

View File

@ -44,9 +44,9 @@ clean: clean-csql
# apply or check style
reindent:
cd ${citusdb_abs_top_srcdir} && citus_indent --quiet
cd ${citus_abs_top_srcdir} && citus_indent --quiet
check-style:
cd ${citusdb_abs_top_srcdir} && citus_indent --quiet --check
cd ${citus_abs_top_srcdir} && citus_indent --quiet --check
.PHONY: reindent check-style
# depend on install for now

View File

@ -1,13 +1,8 @@
/*-------------------------------------------------------------------------
*
* citus_ruleutils.h
<<<<<<< HEAD
* Citus ruleutils wrapper functions and exported PostgreSQL ruleutils
* functions.
=======
* CitusDB ruleutils wrapper functions and exported PostgreSQL ruleutils
* functions.
>>>>>>> origin
* functions.
*
* Copyright (c) 2012-2015, Citus Data, Inc.
*-------------------------------------------------------------------------