Fix coding style 29/209729/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Wed, 10 Jul 2019 08:39:23 +0000 (17:39 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Wed, 10 Jul 2019 08:39:40 +0000 (17:39 +0900)
"private:" should be preceded by a blank line

Change-Id: I23aa3d4b3b14a05a11a079267396da2ff837403e
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/manifest_parser/utils/logging.h

index 141ac71d0122f30710741ccee0ebc3b980d02926..b05c04f178f5bb84065d832090fa851c642e532b 100644 (file)
@@ -182,6 +182,7 @@ class LogCatcher {
     if (level_ != LogLevel::LOG_DEBUG)
       LogCore::GetCore().StreamLog(str.str());
   }
+
  private:
   // Since LogCatcher passes input to dlog_print(), the input which contains
   // format string(such as %d, %n) can cause unexpected result.