Added missing newlines in log statements.
This commit is contained in:
@ -729,7 +729,7 @@ workspace_prev_on_output_end:
|
||||
*/
|
||||
void workspace_back_and_forth(void) {
|
||||
if (!previous_workspace_name) {
|
||||
DLOG("No previous workspace name set. Not switching.");
|
||||
DLOG("No previous workspace name set. Not switching.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -742,7 +742,7 @@ void workspace_back_and_forth(void) {
|
||||
*/
|
||||
Con *workspace_back_and_forth_get(void) {
|
||||
if (!previous_workspace_name) {
|
||||
DLOG("no previous workspace name set.");
|
||||
DLOG("No previous workspace name set.\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user