From c61a3b6fe9580687458fc9687174a1acce4edf77 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 3 Jan 2008 09:40:38 -0500
Subject: STYLE: Fix line-too-long.

---
 Source/cmFileCommand.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 90d2d1d..3f93b8d 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -233,7 +233,7 @@ bool cmFileCommand::HandleReadCommand(std::vector<std::string> const& args)
   // Open the specified file.
 #if defined(_WIN32) || defined(__CYGWIN__)
   std::ifstream file(fileName.c_str(), std::ios::in | 
-                 (hexOutputArg.IsEnabled() ? std::ios::binary : std::ios::in));
+               (hexOutputArg.IsEnabled() ? std::ios::binary : std::ios::in));
 #else
   std::ifstream file(fileName.c_str(), std::ios::in);
 #endif
-- 
cgit v0.12