diff options
author | Jonathan Wong <cousinofthor@protonmail.com> | 2021-11-28 16:56:09 +0000 |
---|---|---|
committer | Jonathan Wong <cousinofthor@protonmail.com> | 2021-11-28 16:56:09 +0000 |
commit | 0fb479ca611b31be20e7adc44ff14491ffcadf11 (patch) | |
tree | 8718fe73f2f76940426f1b45d09e14dcb2e853cb | |
parent | d37eb5c2eaedcada7dd39da1a31c6e9a39c8ed46 (diff) |
Added whitespace between "output" and "(not"
-rw-r--r-- | types/wlr_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_cursor.c b/types/wlr_cursor.c index 7ae9c46c..a6b0716c 100644 --- a/types/wlr_cursor.c +++ b/types/wlr_cursor.c @@ -854,7 +854,7 @@ void wlr_cursor_map_input_to_output(struct wlr_cursor *cur, struct wlr_cursor_device *c_device = get_cursor_device(cur, dev); if (!c_device) { wlr_log(WLR_ERROR, "Cannot map device \"%s\" to output" - "(not found in this cursor)", dev->name); + " (not found in this cursor)", dev->name); return; } |