Skip to content

Commit 68e648e

Browse files
committed
line wrapping
Signed-off-by: Wolfgang Bumiller <[email protected]>
1 parent 8046418 commit 68e648e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/daemon.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,9 @@ clientCommand(int clientfd, const vector<string>& args)
11231123
throw Exception("'grab' requires 1 parameter");
11241124
grabCommand(clientfd, args[1].c_str());
11251125
writeCommand(clientfd, args[1].c_str());
1126-
toClient(clientfd, "Warning: the command grab is deprecated, use grab-devices and write-events instead.\n");
1126+
toClient(clientfd,
1127+
"Warning: the command grab is deprecated,"
1128+
" use grab-devices and write-events instead.\n");
11271129
}
11281130
else if (args[0] == "use") {
11291131
if (args.size() != 2)

0 commit comments

Comments
 (0)