Skip to content

Commit 5312113

Browse files
committed
add newline to end of file
1 parent 6d52c6d commit 5312113

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

inst/include/RcppParallel/Backend.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ inline const char* backendToString(backend_type backend)
4141
return "tbb";
4242
case BACKEND_TINYTHREAD:
4343
return "tinythread";
44-
default:
45-
return "tbb";
4644
}
4745
}
4846

@@ -80,4 +78,4 @@ inline backend_type backend()
8078
} // namespace internal
8179
} // namespace RcppParallel
8280

83-
#endif /* __RCPP_PARALLEL_BACKEND__ */
81+
#endif /* __RCPP_PARALLEL_BACKEND__ */

0 commit comments

Comments
 (0)