Added missing newlines in log statements.

This commit is contained in:
Ingo Bürk
2015-06-30 20:48:35 +02:00
parent 8df7e4ecb9
commit 94a09b3cac
12 changed files with 22 additions and 22 deletions

View File

@ -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;
}