From c3722c724101c2772a2ce6e91ee3ecac62204b6a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 28 Apr 2018 17:15:15 +0200 Subject: indent --- compat/tr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/tr.cpp') diff --git a/compat/tr.cpp b/compat/tr.cpp index d9d811ed..91713591 100644 --- a/compat/tr.cpp +++ b/compat/tr.cpp @@ -5,7 +5,7 @@ TR::TR() {} TR::TR(const TR&) {} -TR&TR::operator=(const TR& other) +TR& TR::operator=(const TR& other) { if (this == &other) return *this; -- cgit v1.2.3