diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-28 17:15:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-28 21:27:35 +0200 |
commit | c3722c724101c2772a2ce6e91ee3ecac62204b6a (patch) | |
tree | 8a5764b361514b7147fa83665525c11da74ebf7e | |
parent | cbc7123b254830e8a2c8ab281ce8cf735064630f (diff) |
indent
-rw-r--r-- | compat/tr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |