projects
/
platform
/
core
/
appfw
/
manifest-parser.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a7c56
)
Fix coding style
29/209729/1
author
Sangyoon Jang
<jeremy.jang@samsung.com>
Wed, 10 Jul 2019 08:39:23 +0000
(17:39 +0900)
committer
Sangyoon 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
patch
|
blob
|
history
diff --git
a/src/manifest_parser/utils/logging.h
b/src/manifest_parser/utils/logging.h
index 141ac71d0122f30710741ccee0ebc3b980d02926..b05c04f178f5bb84065d832090fa851c642e532b 100644
(file)
--- a/
src/manifest_parser/utils/logging.h
+++ b/
src/manifest_parser/utils/logging.h
@@
-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.