diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-19 13:27:56 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-19 13:27:56 +0900 |
commit | d156599b18bd5c5efd878cca577a1c799bc00f22 (patch) | |
tree | 4aeed798321e79ea3816656e3ed830f9f414ce73 /src/applist.cpp | |
parent | 006e07f25ca03271072a6756bc75750fca3019f7 (diff) |
Remove unnecessary new line
Change-Id: If0fe0250fba8e7ec2e24cdb94b850500be8b0804
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/applist.cpp')
-rw-r--r-- | src/applist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/applist.cpp b/src/applist.cpp index 6ea0230..b947518 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -520,6 +520,6 @@ void AppList::reqDump() y.end_draw_finished); } } - DUMP("======= req dump end =====\n"); + DUMP("======= req dump end ====="); } -} // namespace wm
\ No newline at end of file +} // namespace wm |