mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
unittests fix code style
This commit is contained in:
committed by
Lorenz Meier
parent
fb040f9117
commit
b55fe24161
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user