Skip to content

Commit 782eb87

Browse files
committed
Fix clang-format violations.
Signed-off-by: Christopher D. Leary <[email protected]>
1 parent ae8b83b commit 782eb87

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/rcx/include/rcx/ext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
#pragma once
3434

35-
#include <memory>
36-
3735
#include <tcl.h>
3836

37+
#include <memory>
38+
3939
#include "extRCap.h"
4040
#include "exttree.h"
4141

src/rcx/src/ext.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ extern "C" {
5151
extern int Rcx_Init(Tcl_Interp* interp);
5252
}
5353

54-
Ext::Ext()
55-
: odb::ZInterface(),
56-
_ext(std::make_unique<extMain>())
57-
{}
54+
Ext::Ext() : odb::ZInterface(), _ext(std::make_unique<extMain>())
55+
{
56+
}
5857

5958
void Ext::init(Tcl_Interp* tcl_interp, odb::dbDatabase* db, Logger* logger)
6059
{

0 commit comments

Comments
 (0)