Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e1baaa3

Browse files
committed
format a bit
1 parent 4056ee9 commit e1baaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#include <drogon/drogon.h>
44

55
#if defined(__APPLE__) && defined(__MACH__)
6-
#include <mach-o/dyld.h>
76
#include <libgen.h> // for dirname()
7+
#include <mach-o/dyld.h>
88
#elif defined(__linux__)
99
#include <libgen.h> // for dirname()
1010
#include <unistd.h> // for readlink()

0 commit comments

Comments
 (0)