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

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


The following commit(s) were added to refs/heads/main by this push:
     new d8982fef34 MINOR: [R] Remove trailing whitespace in configure (#36690)
d8982fef34 is described below

commit d8982fef34dcc6cda58ff2051804932f7bd39c37
Author: Dewey Dunnington <[email protected]>
AuthorDate: Fri Jul 14 17:12:33 2023 -0300

    MINOR: [R] Remove trailing whitespace in configure (#36690)
    
    ### What changes are included in this PR?
    
    Fixes trailing whitespace in configure so that it's easier to get a clean 
commit history on the file.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Dewey Dunnington <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 r/configure | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/r/configure b/r/configure
index e019877345..a0f75f8ddb 100755
--- a/r/configure
+++ b/r/configure
@@ -50,10 +50,10 @@
 #   Currently the configure script doesn't offer much to make this easy.
 #   If you expect to rebuild multiple times, you should set up a dev
 #   environment.
-# * Installing a dev version as a regular developer. 
+# * Installing a dev version as a regular developer.
 #   The best way is to maintain your own cmake build and install it
 #   to a directory (not system) that you set as the env var
-#   $ARROW_HOME.  
+#   $ARROW_HOME.
 #
 # For more information, see the various installation and developer vignettes.
 
@@ -177,7 +177,7 @@ find_arrow () {
     else
       PC_LIB_VERSION=`grep '^Version' 
${_LIBARROW_FOUND}/lib/pkgconfig/arrow.pc | sed s/Version:\ //`
     fi
-    # This is in an R script for convenience and testability. 
+    # This is in an R script for convenience and testability.
     # Success means the found C++ library is ok to use.
     # Error means the versions don't line up and we shouldn't use it.
     # More specific messaging to the user is in the R script

Reply via email to