mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +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
|
@ -77,7 +77,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
static const std::vector <const char *> test_points;
|
||||
static const std::vector <const char*> test_points;
|
||||
static std::stringstream cbuffer;
|
||||
|
||||
static int external_cb_was_called;
|
||||
|
@ -98,7 +98,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
const std::vector <const char *> FIU::test_points {
|
||||
const std::vector <const char*> FIU::test_points {
|
||||
"posix/stdio/gp/fputs",
|
||||
"posix/io/rw/write",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue