commit | 127b8abe83aae5b93ae43ba6864d60d06211870f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu May 21 15:24:19 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue May 26 09:50:47 2020 -0500 |
tree | d44ff91c58546238fe93ca89726875c513602eb1 | |
parent | 5d4e4b23332e5b7eb500f13d00ffac606e5eb384 [diff] [blame] |
clang-format: sync from docs master .clang-format Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8077816a5ddf7a067bdf537cb46e4e32f5c4ef65
diff --git a/sdbusplus/slot.hpp b/sdbusplus/slot.hpp index 557d0e3..27f4a70 100644 --- a/sdbusplus/slot.hpp +++ b/sdbusplus/slot.hpp
@@ -54,8 +54,7 @@ * Takes ownership of the slot-pointer and releases it when done. */ explicit slot(slotp_t s) : _slot(s) - { - } + {} /** @brief Release ownership of the stored slot-pointer. */ slotp_t release()