Reformat all files.

This commit is contained in:
Lukas Steiner
2023-09-21 16:50:59 +02:00
parent 7eea9c54e0
commit 8224e97abe
44 changed files with 1992 additions and 1097 deletions

View File

@@ -33,11 +33,11 @@
* Lukas Steiner
*/
#include "Testfile.h"
#include <gtest/gtest.h>
#include <systemc>
#include "Testfile.h"
int sc_main(int argc, char **argv)
int sc_main(int argc, char** argv)
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();