Explorar o código

Fix trailing whitespace in previous commit

Bastien Guerry %!s(int64=10) %!d(string=hai) anos
pai
achega
8f3a1f3d22
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lisp/ob-R.el

+ 2 - 2
lisp/ob-R.el

@@ -108,7 +108,7 @@ this variable.")
      close(con)
      res
    })"
-  "R code used to transfer a table defined as a variable from org to R. 
+  "R code used to transfer a table defined as a variable from org to R.
 This function is used when the table contains a header.")
 
 (defconst ob-R-transfer-variable-table-without-header
@@ -128,7 +128,7 @@ This function is used when the table contains a header.")
      close(con)
      res
    })"
-  "R code used to transfer a table defined as a variable from org to R. 
+  "R code used to transfer a table defined as a variable from org to R.
 This function is used when the table does not contain a header.")
 
 (defun org-babel-expand-body:R (body params &optional graphics-file)