Make comment style more consistent

This commit is contained in:
Orestis Floros
2018-04-21 13:02:14 +03:00
parent a65914f338
commit e4d2b38552
21 changed files with 39 additions and 34 deletions

View File

@ -914,7 +914,7 @@ Con *workspace_attach_to(Con *ws) {
return new;
}
/**
/*
* Creates a new container and re-parents all of children from the given
* workspace into it.
*
@ -949,7 +949,7 @@ Con *workspace_encapsulate(Con *ws) {
return new;
}
/**
/*
* Move the given workspace to the specified output.
* This returns true if and only if moving the workspace was successful.
*/