Explorar el Código

Update 'src/Mangling.h'

Nicolas Winkler hace 6 años
padre
commit
b9e779e017
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 };