Apply tizen coding style, fixed by astyle tool 56/67256/2
authorKyungwook Tak <k.tak@samsung.com>
Tue, 26 Apr 2016 05:09:57 +0000 (14:09 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Tue, 26 Apr 2016 05:53:21 +0000 (14:53 +0900)
commit036631216390390a77de91d5a655ede86e932f50
treeca4708565948c64e2ab5eef8470fdc8c165435f6
parent08b6eb8cb9ec8a59cada1acbbe3e7c0680875f34
Apply tizen coding style, fixed by astyle tool

Change-Id: I498225155cd3d640468a36fcacae22484e0ed863
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
68 files changed:
engine/content-screening/sample-engine.cpp
engine/web-protection/sample-engine.cpp
src/framework/client/async-logic.h
src/framework/client/error.cpp
src/framework/client/web-protection.cpp
src/framework/common/audit/console-sink.h
src/framework/common/audit/dlog-sink.cpp
src/framework/common/audit/dlog-sink.h
src/framework/common/audit/log-sink.h
src/framework/common/audit/logger.cpp
src/framework/common/audit/logger.h
src/framework/common/binary-queue.cpp
src/framework/common/binary-queue.h
src/framework/common/cs-context.cpp
src/framework/common/cs-detected.cpp
src/framework/common/kvp-container.h
src/framework/common/mainloop.cpp
src/framework/common/serialization.h
src/framework/common/service.cpp
src/framework/common/socket.cpp
src/framework/common/socket.h
src/framework/common/wp-context.cpp
src/framework/common/wp-result.cpp
src/framework/db/connection.cpp
src/framework/db/manager.cpp
src/framework/service/core-usage.cpp
src/framework/service/core-usage.h
src/framework/service/cs-loader.cpp
src/framework/service/cs-loader.h
src/framework/service/file-system.cpp
src/framework/service/logic.cpp
src/framework/service/logic.h
src/framework/service/server-service.cpp
src/framework/service/thread-pool.cpp
src/framework/service/wp-loader.cpp
src/framework/service/wp-loader.h
src/framework/ui/askuser.cpp
src/framework/ui/askuser.h
src/framework/ui/popup/logic.cpp
src/framework/ui/popup/logic.h
src/framework/ui/popup/main.cpp
src/framework/ui/popup/popup.cpp
src/include/csr/content-screening-types.h
src/include/csr/content-screening.h
src/include/csr/error.h
src/include/csr/web-protection-types.h
src/include/csr/web-protection.h
src/include/csre/content-screening-engine-info.h
src/include/csre/content-screening-types.h
src/include/csre/content-screening.h
src/include/csre/web-protection-engine-info.h
src/include/csre/web-protection-types.h
src/include/csre/web-protection.h
test/colour_log_formatter.cpp
test/colour_log_formatter.h
test/popup/test-main.cpp
test/popup/test-popup.cpp
test/test-api-content-screening.cpp
test/test-api-engine-content-screening.cpp
test/test-api-engine-web-protection.cpp
test/test-common.h
test/test-cs-loader.cpp
test/test-internal-cpucore.cpp
test/test-internal-file-system.cpp
test/test-main.cpp
test/test-wp-loader.cpp
test/thread-pool/test-main.cpp
test/thread-pool/test-thread-pool.cpp