Skip to content

Commit ca5123a

Browse files
committed
trivial whitespace indent fix, no code change
1 parent ae5913a commit ca5123a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/include/Rcpp/XPtr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class XPtr :
110110
}
111111

112112
XPtr& operator=(const XPtr& other) {
113-
Storage::copy__(other);
114-
return *this;
113+
Storage::copy__(other);
114+
return *this;
115115
}
116116

117117
/**

0 commit comments

Comments
 (0)