From 5de6c703cffa34c73bfe5c3012b6d61e39be7dd9 Mon Sep 17 00:00:00 2001 From: Stephen Atherton Date: Thu, 15 Jun 2017 16:57:35 -0700 Subject: [PATCH] Fixed line endings which were changed to UNIX style during a recent merge. --- fdbserver/fdbserver.actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdbserver/fdbserver.actor.cpp b/fdbserver/fdbserver.actor.cpp index d4b40d4e03..5ca4bce27d 100644 --- a/fdbserver/fdbserver.actor.cpp +++ b/fdbserver/fdbserver.actor.cpp @@ -817,7 +817,7 @@ int main(int argc, char* argv[]) { //Enables profiling on this thread (but does not start it) registerThreadForProfiling(); - + std::string commandLine; for (int a = 0; a