From 7c11347f411364c66c36b36edda7dc6e3ad32829 Mon Sep 17 00:00:00 2001 From: Conlain Kelly Date: Mon, 25 Jun 2018 14:13:24 -0400 Subject: very topical style fix --- src/components/utils/src/rwlock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/src/rwlock.cc b/src/components/utils/src/rwlock.cc index 2139ed5405..386f04acd9 100644 --- a/src/components/utils/src/rwlock.cc +++ b/src/components/utils/src/rwlock.cc @@ -79,7 +79,7 @@ bool RWLock::AcquireForWriting() { return false; } // we now have an exclusive lock - write_locked_ = true; + write_locked_ = true; return true; } -- cgit v1.2.1