From 3e20b9c1a0e2cd8da2ba4408b818a89feea19194 Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 28 Nov 2008 10:50:20 -0500 Subject: [PATCH] STYLE: Fix line length style violation. --- Source/cmCTest.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 2a18063ea..a9bdb62c7 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -250,7 +250,8 @@ public: // environment variables prior to running the test. After running the test, // environment variables are restored to their previous values. int RunTest(std::vector args, std::string* output, int *retVal, - std::ostream* logfile, double testTimeOut, std::vector* environment); + std::ostream* logfile, double testTimeOut, + std::vector* environment); /** * Execute handler and return its result. If the handler fails, it returns