Browse Source

Update 'src/Mangling.h'

Nicolas Winkler 6 năm trước cách đây
mục cha
commit
b9e779e017
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Mangling.h

+ 1 - 1
src/Mangling.h

@@ -18,7 +18,7 @@ class qlow::Mangler
 {
 public:
     Mangler(void) = default;
-    
+
     std::string mangle(const sem::Method& method);
 };