Signed-off-by: GlaryCastle <yangpeng190@huawei.com>

Changes to be committed:
	new file:   .clang-format
	modified:   services/src/input_method_system_ability.cpp
This commit is contained in:
GlaryCastle
2022-07-13 16:39:14 +08:00
parent 7edf2d81be
commit 043f2dd14a
2 changed files with 293 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ namespace MiscServices {
listInputMethodByUserId(id, &properties);
if (properties.empty()) {
IMSA_HILOGI("The IME properties is empty.");
dprintf(fd, "\n - The IME properties about the Active Id %d is empty.\n",id);
dprintf(fd, "\n - The IME properties about the Active Id %d is empty.\n", id);
continue;
}
std::string params;