unittests fix code style

This commit is contained in:
Daniel Agar
2015-03-02 14:32:39 -05:00
committed by Lorenz Meier
parent fb040f9117
commit b55fe24161
10 changed files with 71 additions and 55 deletions

View File

@@ -9,7 +9,8 @@
#include "gtest/gtest.h"
TEST(SF0XTest, SF0X) {
TEST(SF0XTest, SF0X)
{
const char _LINE_MAX = 20;
char _linebuf[_LINE_MAX];
_linebuf[0] = '\0';