This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 72b50bc  [C++] Fix clang-format failure from ARROW-1409
72b50bc is described below

commit 72b50bc597693f098b67489bd8da40862c9770a2
Author: Wes McKinney <wes.mckin...@twosigma.com>
AuthorDate: Tue Oct 31 11:36:28 2017 -0400

    [C++] Fix clang-format failure from ARROW-1409
    
    Change-Id: Ia45874945e050de0aa6294cbbe01ec63e9b14235
---
 cpp/src/arrow/ipc/metadata-internal.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/arrow/ipc/metadata-internal.cc 
b/cpp/src/arrow/ipc/metadata-internal.cc
index f04e9b0..f0f0f67 100644
--- a/cpp/src/arrow/ipc/metadata-internal.cc
+++ b/cpp/src/arrow/ipc/metadata-internal.cc
@@ -72,7 +72,7 @@ MetadataVersion GetMetadataVersion(flatbuf::MetadataVersion 
version) {
     case flatbuf::MetadataVersion_V4:
       // Arrow >= 0.8
       return MetadataVersion::V4;
-      // Add cases as other versions become available
+    // Add cases as other versions become available
     default:
       return MetadataVersion::V4;
   }

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <commits@arrow.apache.org>'].

Reply via email to