From c58c833be98c391007e895896c666ce7f90547b3 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 2 Oct 2013 18:02:41 +0200 Subject: [PATCH] Trivial indentation fix. --- driver/ldmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/ldmd.cpp b/driver/ldmd.cpp index 34d94e6f..26c665ad 100644 --- a/driver/ldmd.cpp +++ b/driver/ldmd.cpp @@ -939,7 +939,7 @@ void buildCommandLine(std::vector& r, const Params& p) } /** - * Returns the OS-dependent length limit for the command line when invoking + * Returns the OS-dependent length limit for the command line when invoking * subprocesses. */ size_t maxCommandLineLen()