Fix trailing whitespace in previous commit

This commit is contained in:
Bastien Guerry 2014-07-28 00:01:23 +02:00
parent 4c415f38a5
commit 8f3a1f3d22
1 changed files with 2 additions and 2 deletions

View File

@ -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)