mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Whitespace fix: no Java-style functions
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
bc35aadc20
commit
661ce3f9c7
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ static std::string video_time(int secs)
|
|||
return format_string_std("%d:%02d:%02d.000,", hours, mins, secs);
|
||||
}
|
||||
|
||||
static void replace_all(std::string &str, const std::string &old_value, const std::string &new_value) {
|
||||
static void replace_all(std::string &str, const std::string &old_value, const std::string &new_value)
|
||||
{
|
||||
if (old_value.empty())
|
||||
return;
|
||||
size_t start_pos = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue