Skip to content

Commit a504e06

Browse files
mattmundellbjoernricks
authored andcommitted
Format
1 parent 392ad80 commit a504e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sql.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
/**
3232
* @brief Data structure for info used to connect to the database
3333
*/
34-
typedef struct {
34+
typedef struct
35+
{
3536
gchar *name; ///< The database name
3637
gchar *host; ///< The database host or socket directory
3738
gchar *port; ///< The database port or socket file extension

0 commit comments

Comments
 (0)