diff --git a/etc/para/include/para_handle.h b/etc/para/include/para_handle.h index a137d27..73a9ccb 100644 --- a/etc/para/include/para_handle.h +++ b/etc/para/include/para_handle.h @@ -16,8 +16,9 @@ #ifndef ETC_PARA_INCLUDE_PARA_HANDLE_H #define ETC_PARA_INCLUDE_PARA_HANDLE_H -#include -#include "iosfwd" +#include + +#include "iosfwd" namespace OHOS { namespace MiscServices { class ParaHandle { diff --git a/frameworks/inputmethod_ability/include/input_method_agent_proxy.h b/frameworks/inputmethod_ability/include/input_method_agent_proxy.h index 34c8f1d..f5cc835 100644 --- a/frameworks/inputmethod_ability/include/input_method_agent_proxy.h +++ b/frameworks/inputmethod_ability/include/input_method_agent_proxy.h @@ -16,7 +16,8 @@ #ifndef FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H #define FRAMEWORKS_INPUTMETHOD_ABILITY_INCLUDE_INPUT_METHOD_AGENT_PROXY_H -#include +#include + #include "functional" #include "i_input_method_agent.h" #include "iremote_broker.h" diff --git a/services/dfx/include/inputmethod_dump.h b/services/dfx/include/inputmethod_dump.h index 0d3f8a7..3ce8527 100644 --- a/services/dfx/include/inputmethod_dump.h +++ b/services/dfx/include/inputmethod_dump.h @@ -16,13 +16,14 @@ #ifndef INPUTMETHOD_DUMP_H #define INPUTMETHOD_DUMP_H -#include -#include -#include -#include -#include "__mutex_base" -#include "iosfwd" -#include "singleton.h" +#include +#include +#include +#include + +#include "__mutex_base" +#include "iosfwd" +#include "singleton.h" namespace OHOS { namespace MiscServices { diff --git a/services/dfx/include/inputmethod_sysevent.h b/services/dfx/include/inputmethod_sysevent.h index 81a8cf2..cbe358d 100644 --- a/services/dfx/include/inputmethod_sysevent.h +++ b/services/dfx/include/inputmethod_sysevent.h @@ -16,8 +16,9 @@ #ifndef INPUTMETHOD_SYSEVENT_H #define INPUTMETHOD_SYSEVENT_H -#include -#include "iosfwd" +#include + +#include "iosfwd" namespace OHOS { namespace MiscServices { diff --git a/services/dfx/include/inputmethod_trace.h b/services/dfx/include/inputmethod_trace.h index bcbee7b..3cadf4d 100644 --- a/services/dfx/include/inputmethod_trace.h +++ b/services/dfx/include/inputmethod_trace.h @@ -16,7 +16,7 @@ #ifndef INPUTMETHOD_TRACE_H #define INPUTMETHOD_TRACE_H -#include +#include #include "iosfwd" namespace OHOS { diff --git a/services/dfx/src/inputmethod_dump.cpp b/services/dfx/src/inputmethod_dump.cpp index f142b9c..2074dab 100644 --- a/services/dfx/src/inputmethod_dump.cpp +++ b/services/dfx/src/inputmethod_dump.cpp @@ -13,14 +13,13 @@ * limitations under the License. */ -// #include "inputmethod_dump.h" -// #include "global.h" #include "inputmethod_dump.h" -#include + +#include + #include "functional" #include "global.h" #include "list" -#include "stdio.h" #include "string" #include "vector" diff --git a/services/dfx/src/inputmethod_sysevent.cpp b/services/dfx/src/inputmethod_sysevent.cpp index 9846ce2..2c3c744 100644 --- a/services/dfx/src/inputmethod_sysevent.cpp +++ b/services/dfx/src/inputmethod_sysevent.cpp @@ -13,11 +13,11 @@ * limitations under the License. */ - #include "inputmethod_sysevent.h" -#include "global.h" -#include "hisysevent.h" -#include "string" + +#include "global.h" +#include "hisysevent.h" +#include "string" namespace OHOS { namespace MiscServices { diff --git a/services/include/input_attribute.h b/services/include/input_attribute.h index b336d2e..409efbc 100644 --- a/services/include/input_attribute.h +++ b/services/include/input_attribute.h @@ -16,8 +16,9 @@ #ifndef SERVICES_INCLUDE_INPUT_ATTRIBUTE_H #define SERVICES_INCLUDE_INPUT_ATTRIBUTE_H -#include -#include "parcel.h" +#include + +#include "parcel.h" namespace OHOS { namespace MiscServices { diff --git a/services/include/input_method_property.h b/services/include/input_method_property.h index 3c67950..1c526af 100644 --- a/services/include/input_method_property.h +++ b/services/include/input_method_property.h @@ -16,11 +16,13 @@ #ifndef SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H #define SERVICES_INCLUDE_INPUT_METHOD_PROPERTY_H -#include -#include -#include -#include "keyboard_type.h" -#include "parcel.h" +#include + +#include +#include + +#include "keyboard_type.h" +#include "parcel.h" namespace OHOS { namespace MiscServices { diff --git a/services/include/message.h b/services/include/message.h index 748690f..176eee2 100644 --- a/services/include/message.h +++ b/services/include/message.h @@ -17,8 +17,9 @@ #ifndef SERVICES_INCLUDE_MESSAGE_H #define SERVICES_INCLUDE_MESSAGE_H -#include -#include "message_parcel.h" +#include + +#include "message_parcel.h" namespace OHOS { namespace MiscServices { diff --git a/services/src/input_attribute.cpp b/services/src/input_attribute.cpp index 87b3376..85ff3e9 100644 --- a/services/src/input_attribute.cpp +++ b/services/src/input_attribute.cpp @@ -13,9 +13,9 @@ * limitations under the License. */ - #include "input_attribute.h" -#include "new" + +#include "new" namespace OHOS { namespace MiscServices {