Browse Source

Fix trailing whitespace in previous commit

Bastien Guerry 10 years ago
parent
commit
8f3a1f3d22
1 changed files with 2 additions and 2 deletions
  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)