mirror of
https://github.com/znc/znc.git
synced 2026-08-02 23:12:46 +02:00
Add clang-format configuration.
For now, it uses tabs like before, to make the diff easier to read/check. One of following commits will switch it to spaces.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <znc/znc.h>
|
||||
|
||||
class NetworkTest : public ::testing::Test {
|
||||
protected:
|
||||
protected:
|
||||
void SetUp() { CZNC::CreateInstance(); }
|
||||
void TearDown() { CZNC::DestroyInstance(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user