Skip to content

Commit cfb02b6

Browse files
restore terminal newlines
1 parent f2901d3 commit cfb02b6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/forder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,4 +1779,4 @@ SEXP forderReuseSorting(SEXP DT, SEXP by, SEXP retGrpArg, SEXP retStatsArg, SEXP
17791779
Rprintf(_("forderReuseSorting: opt=%d, took %.3fs\n"), opt, omp_get_wtime()-tic);
17801780
UNPROTECT(protecti);
17811781
return ans;
1782-
}
1782+
}

src/freadR.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,4 +726,4 @@ void halt__(bool warn, const char *format, ...) {
726726
void prepareThreadContext(ThreadLocalFreadParsingContext *ctx) {}
727727
void postprocessBuffer(ThreadLocalFreadParsingContext *ctx) {}
728728
void orderBuffer(ThreadLocalFreadParsingContext *ctx) {}
729-
void freeThreadContext(ThreadLocalFreadParsingContext *ctx) {}
729+
void freeThreadContext(ThreadLocalFreadParsingContext *ctx) {}

src/frollR.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ SEXP frollapplyR(SEXP fun, SEXP obj, SEXP k, SEXP fill, SEXP align, SEXP rho) {
300300

301301
UNPROTECT(protecti);
302302
return isVectorAtomic(obj) && length(ans) == 1 ? VECTOR_ELT(ans, 0) : ans;
303-
}
303+
}

src/fwriteR.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ SEXP fwriteR(
311311

312312
UNPROTECT(protecti);
313313
return(R_NilValue);
314-
}
314+
}

src/rbindlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,4 +559,4 @@ SEXP rbindlist(SEXP l, SEXP usenamesArg, SEXP fillArg, SEXP idcolArg, SEXP ignor
559559
}
560560
UNPROTECT(nprotect); // ans, ansNames, coercedForFactor?
561561
return(ans);
562-
}
562+
}

src/types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ SEXP testMsgR(SEXP status, SEXP x, SEXP k) {
8888
UNPROTECT(protecti);
8989
return ans;
9090
}
91-
// # notranslate end
91+
// # notranslate end

src/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,4 @@ void internal_error(const char *call_name, const char *format, ...) {
462462
va_end(args);
463463

464464
error("%s %s: %s. %s", _("Internal error in"), call_name, buff, _("Please report to the data.table issues tracker."));
465-
}
465+
}

0 commit comments

Comments
 (0)