run make format with clang-format:

* reformats the repo as adviced in the readme
This commit is contained in:
Andreas Wieland
2019-06-12 15:00:40 +02:00
parent 9dc99c9e14
commit 2cd523868d
17 changed files with 172 additions and 178 deletions

View File

@@ -23,9 +23,9 @@
#ifndef __PROCESS_H
#define __PROCESS_H
#include <cassert>
#include "nethogs.h"
#include "connection.h"
#include "nethogs.h"
#include <cassert>
extern bool tracemode;
extern bool bughuntmode;