From commits-return-25591-archive-asf-public=cust-asf.ponee.io@geode.apache.org Thu Feb 8 21:02:38 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id EB69C18064F for ; Thu, 8 Feb 2018 21:02:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DB174160C4A; Thu, 8 Feb 2018 20:02:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 53E7B160C34 for ; Thu, 8 Feb 2018 21:02:38 +0100 (CET) Received: (qmail 33275 invoked by uid 500); 8 Feb 2018 20:02:37 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 33266 invoked by uid 99); 8 Feb 2018 20:02:37 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2018 20:02:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9AED3823FC; Thu, 8 Feb 2018 20:02:36 +0000 (UTC) Date: Thu, 08 Feb 2018 20:02:36 +0000 To: "commits@geode.apache.org" Subject: [geode-native] branch develop updated: GEODE-4507: add whitespace after header. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151812015653.2893.9997660849899734313@gitbox.apache.org> From: echobravo@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode-native X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: d5b1876c31055d75feae549477be614f4ba6dd59 X-Git-Newrev: 28e47a8b4e041a4ad49212f486f0494c8c9c5fc3 X-Git-Rev: 28e47a8b4e041a4ad49212f486f0494c8c9c5fc3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. echobravo pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-native.git The following commit(s) were added to refs/heads/develop by this push: new 28e47a8 GEODE-4507: add whitespace after header. 28e47a8 is described below commit 28e47a8b4e041a4ad49212f486f0494c8c9c5fc3 Author: Ernest Burghardt AuthorDate: Thu Feb 8 13:02:31 2018 -0700 GEODE-4507: add whitespace after header. --- examples/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index f7cb133..0e4c553 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -12,7 +12,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + cmake_minimum_required(VERSION 3.4) project(examples) -add_subdirectory(cpp) \ No newline at end of file +add_subdirectory(cpp) -- To stop receiving notification emails like this one, please contact echobravo@apache.org.