From e0af57db6a8aed7e07ffb54e853dc4aef64f6e7d Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 5 Dec 2011 15:22:47 +0100 Subject: [PATCH] fix EOL Signed-off-by: Sven Strickroth --- src/TortoiseProc/GitLogListBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/GitLogListBase.cpp b/src/TortoiseProc/GitLogListBase.cpp index 255ac0d73..f08a970da 100644 --- a/src/TortoiseProc/GitLogListBase.cpp +++ b/src/TortoiseProc/GitLogListBase.cpp @@ -3215,4 +3215,4 @@ void CGitLogListBase::OnColumnMoved(NMHDR *pNMHDR, LRESULT *pResult) m_ColumnManager.OnColumnMoved(pNMHDR, pResult); Invalidate(FALSE); -} +} -- 2.11.4.GIT