Skip to content
Snippets Groups Projects
Commit 42674ac1 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: misleading fall-through value (#10)

- unused fall-through value, but should default to "Always"
parent 6b28a1e0
Branches
Tags
No related merge requests found
...@@ -296,8 +296,8 @@ private: ...@@ -296,8 +296,8 @@ private:
} }
} }
// Default: Never // Default: Always update
return false; return true;
} }
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment