Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 240faf5e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix clang-tidy performance warnings."

parents 8ce8f60a 6c083acf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ debug_printf(const char* format, ...)

// Escape the filename so that it can be added to the makefile properly.
static string
escape_filename(const string name)
escape_filename(const string& name)
{
    ostringstream new_name;
    for (string::const_iterator iter = name.begin(); iter != name.end(); ++iter)