Skip to content

Commit

Permalink
- coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Feb 27, 2024
1 parent 409b4d9 commit 1786ef8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/cmd-delete-config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace snapper
{
cout << _(" Delete config:") << '\n'
<< _("\tsnapper delete-config") << '\n'
<< endl;
<< '\n';
}


Expand Down
2 changes: 1 addition & 1 deletion client/cmd-mount.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace snapper
{
cout << _(" Mount snapshot:") << '\n'
<< _("\tsnapper mount <number>") << '\n'
<< endl;
<< '\n';
}


Expand Down
2 changes: 1 addition & 1 deletion client/cmd-set-config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace snapper
{
cout << _(" Set config:") << '\n'
<< _("\tsnapper set-config <configdata>") << '\n'
<< endl;
<< '\n';
}


Expand Down
2 changes: 1 addition & 1 deletion client/cmd-setup-quota.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace snapper
{
cout << _(" Setup quota:") << '\n'
<< _("\tsnapper setup-quota") << '\n'
<< endl;
<< '\n';
}


Expand Down
2 changes: 1 addition & 1 deletion client/cmd-umount.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace snapper
{
cout << _(" Umount snapshot:") << '\n'
<< _("\tsnapper umount <number>") << '\n'
<< endl;
<< '\n';
}


Expand Down
2 changes: 1 addition & 1 deletion client/cmd-xadiff.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace snapper
{
cout << _(" Comparing snapshots extended attributes:") << '\n'
<< _("\tsnapper xadiff <number1>..<number2> [files]") << '\n'
<< endl;
<< '\n';
}


Expand Down

0 comments on commit 1786ef8

Please sign in to comment.