diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-23 21:31:14 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-24 11:21:12 +0200 |
commit | c1b856ec21d07545b14395eb93c5ff0cdf93b90d (patch) | |
tree | 1059c81fcac3dbc3e8a0f189810f9704db0b0252 | |
parent | 30357fce78f46676e00597af8ab266d9456562db (diff) |
clean up code formatting
-rw-r--r-- | libkms++/drmobject.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libkms++/drmobject.h b/libkms++/drmobject.h index 516d70e..b7d16cc 100644 --- a/libkms++/drmobject.h +++ b/libkms++/drmobject.h @@ -24,9 +24,7 @@ public: uint64_t get_prop_value(uint32_t id) const; uint64_t get_prop_value(const std::string& name) const; - const std::map<uint32_t, uint64_t>& get_prop_map() const { - return m_prop_values; - } + const std::map<uint32_t, uint64_t>& get_prop_map() const { return m_prop_values; } int set_prop_value(uint32_t id, uint64_t value); int set_prop_value(const std::string& name, uint64_t value); |