From ada25bad3511a359eb28cf48f018d6a42e166f10 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 23 Oct 2012 16:19:38 -0400 Subject: Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files --- cpp/src/IceGrid/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/Client.cpp') diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index 052957900ac..a234e57ea83 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -787,7 +787,7 @@ Client::getPassword(const string& prompt) char c; while((c = _getch()) != '\r') { - password += c; + password += c; } #endif cout << endl; -- cgit v1.2.3