commit | 4b8c6a20bbc8207e7044da000c4af1ffeea07717 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Apr 15 23:00:54 2014 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Apr 17 11:17:01 2014 -0700 |
tree | 78dab439c87992f736b781e2bfb215a0a9a91893 | |
parent | 151a855a1a0fa927fc8576806861ad2743612db4 [diff] [blame] |
src: Correcting coding style of security related code. Change-Id: Iff09b16d8a86462aff0abbd202b82cebb74bc365
diff --git a/src/security/sec-rule.hpp b/src/security/sec-rule.hpp index ecb9686..4db324f 100644 --- a/src/security/sec-rule.hpp +++ b/src/security/sec-rule.hpp
@@ -27,12 +27,14 @@ }; SecRule(bool isPositive) - : m_isPositive(isPositive) - {} + : m_isPositive(isPositive) + { + } virtual ~SecRule() - {} + { + } virtual bool matchDataName(const Data& data) = 0;