add clang format for applying style automatically
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 10 Mar 2022 06:42:26 +0000 (15:42 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 15 Jun 2022 00:19:33 +0000 (09:19 +0900)
commitd1c4db48237421214c94eab5f0bd8f9628193f0d
treef270ed488155353df2a164a9e8de61ea3f17dc1a
parentf27f11f5fefc545800069906751b8d19cabef074
add clang format for applying style automatically
81 files changed:
.clang-format [new file with mode: 0644]
client/mdsc.c [deleted file]
client/mdsc.h
client/mdsc_add_remove.c
client/mdsc_apply.c
client/mdsc_base.c [new file with mode: 0644]
client/mdsc_can_apply.c
client/mdsc_get_modes.c
client/mdsc_subscribe.c
client/mdsc_undo.c
common/log.h
common/mds.h
include/ModesPIAction.h
include/ModesPlugin.h
include/modes.h
include/modes_constants.h
include/modes_errors.h
include/modes_types.h
plugin/TestPlugin.cpp
plugin/TestPluginAction.cpp
plugin/TestPluginAction.h
supervisor/Action.cpp
supervisor/Action.h
supervisor/ActionObserver.h
supervisor/ActionRule.cpp
supervisor/ActionRule.h
supervisor/ArgumentParser.cpp
supervisor/ArgumentParser.h
supervisor/ClientConnection.cpp
supervisor/ClientConnection.h
supervisor/ClientPrivilege.cpp
supervisor/ClientPrivilege.h
supervisor/EssentialHandler.cpp
supervisor/EssentialHandler.h
supervisor/Mode.cpp
supervisor/Mode.h
supervisor/ModeCareTaker.cpp
supervisor/ModeCareTaker.h
supervisor/ModeInfo.h
supervisor/ModeManager.cpp
supervisor/ModeManager.h
supervisor/ModeObserver.h
supervisor/ModeXMLParser.cpp
supervisor/ModeXMLParser.h
supervisor/ModesConfig.h
supervisor/ModesEx.cpp
supervisor/ModesEx.h
supervisor/ModesXMLTag.cpp
supervisor/ModesXMLTag.h
supervisor/PluginMapper.cpp
supervisor/PluginMapper.h
supervisor/RequestHandler.cpp
supervisor/RequestHandler.h
supervisor/RuleManager.cpp
supervisor/RuleManager.h
supervisor/Supervisor.cpp
supervisor/Supervisor.h
supervisor/TAction.h
supervisor/TActionRule.h
supervisor/UndoInfoParser.cpp
supervisor/UndoInfoParser.h
supervisor/ValueChecker.cpp
supervisor/ValueChecker.h
supervisor/XMLGenerator.cpp
supervisor/XMLGenerator.h
supervisor/XMLParser.cpp
supervisor/XMLParser.h
supervisor/main.cpp
supervisor/mdss.h
tests/modes_mode_test.c
tests/modes_test_async.cpp
tests/modes_test_client.cpp
tests/modes_test_conflict.cpp
tests/modes_test_generator.cpp
tests/modes_test_main.cpp
tests/modes_test_modemgr.cpp
tests/modes_test_noti.cpp
tests/modes_test_parser.cpp
tests/modes_test_plugin.cpp
tests/modes_test_policy.cpp
tests/modes_test_rulemgr.cpp