Skip to content

Commit 67930a3

Browse files
committed
Fix Allman style.
1 parent 6604b85 commit 67930a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

etc/c/odbc/package.d

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ See_Also: $(LINK2 https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/odb
1717

1818
module etc.c.odbc;
1919

20-
static if (size_t.sizeof == 8) {
20+
static if (size_t.sizeof == 8)
21+
{
2122
public import etc.c.odbc.odbc64;
22-
} else {
23+
}
24+
else
25+
{
2326
public import etc.c.odbc.odbc32;
2427
}
2528

0 commit comments

Comments
 (0)