mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Unify coding style
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
159b8c642a
commit
7b4a234f03
64 changed files with 201 additions and 206 deletions
|
@ -151,7 +151,7 @@ void Datafile::commit ()
|
|||
if (_dirty)
|
||||
{
|
||||
AtomicFile file (_file);
|
||||
if (!_lines.empty ())
|
||||
if (! _lines.empty ())
|
||||
{
|
||||
if (file.open ())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue