Skip to content

Commit e0907f8

Browse files
author
maechler
committed
re-indent (after 88032)
git-svn-id: https://svn.r-project.org/R/trunk@88041 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 2f54103 commit e0907f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/attrib.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,11 +1074,11 @@ static SEXP as_char_simpl(SEXP val1)
10741074
if (isString(val1))
10751075
return val1;
10761076
// else mimic as.character.default :
1077-
SEXP this2 = PROTECT(coerceVector(val1, STRSXP));
1078-
SET_ATTRIB(this2, R_NilValue);
1079-
SET_OBJECT(this2, 0);
1080-
UNPROTECT(1);
1081-
return this2;
1077+
SEXP this2 = PROTECT(coerceVector(val1, STRSXP));
1078+
SET_ATTRIB(this2, R_NilValue);
1079+
SET_OBJECT(this2, 0);
1080+
UNPROTECT(1);
1081+
return this2;
10821082
}
10831083

10841084

0 commit comments

Comments
 (0)