changeset 511:f912379cc1a3

Irccdctl: trailing whitespace
author David Demelier <markand@malikania.fr>
date Thu, 19 Oct 2017 13:03:31 +0200
parents 6ec510722582
children b8da1d8c2a72
files irccdctl/alias.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/irccdctl/alias.cpp	Thu Oct 19 13:01:39 2017 +0200
+++ b/irccdctl/alias.cpp	Thu Oct 19 13:03:31 2017 +0200
@@ -27,7 +27,7 @@
 {
     assert(!value.empty());
 
-    if ((m_isPlaceholder = std::regex_match(value, std::regex("^%\\d+$")))) 
+    if ((m_isPlaceholder = std::regex_match(value, std::regex("^%\\d+$"))))
         m_value = value.substr(1);
     else
         m_value = std::move(value);