summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/options.cpp')
-rw-r--r--src/lib/util/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.cpp b/src/lib/util/options.cpp
index cd1ce38fce1..096499fe88c 100644
--- a/src/lib/util/options.cpp
+++ b/src/lib/util/options.cpp
@@ -841,4 +841,4 @@ core_options::entry *core_options::get_entry(const char *name) const
{
auto curentry = m_entrymap.find(name);
return (curentry != m_entrymap.end()) ? curentry->second : nullptr;
-} \ No newline at end of file
+}