Skip to content

Commit 8723fdc

Browse files
committed
odb: clang-format
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 03d72bd commit 8723fdc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/odb/src/gdsin/gdsin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ bool GDSReader::readRecord()
129129
}
130130
if (dataType == DataType::ASCII_STRING && !_r.data8.empty()
131131
&& _r.data8.back() == 0) {
132-
_r.data8.pop_back(); // Discard null terminator
132+
_r.data8.pop_back(); // Discard null terminator
133133
}
134134
}
135135

src/odb/test/cpp/TestGDSIn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <libgen.h>
22

33
#include <cstdio>
4+
#include <filesystem>
45
#include <memory>
56
#include <string>
6-
#include <filesystem>
77
#include <vector>
88

99
#include "helper/env.h"

src/odb/test/cpp/TestJournal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace {
1010

1111
class JournalFixture : public SimpleDbFixture
1212
{
13-
protected:
13+
protected:
1414
JournalFixture()
1515
{
1616
createSimpleDB();

0 commit comments

Comments
 (0)