Navigation Menu

Skip to content

Commit

Permalink
Add missing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 12, 2012
1 parent af1009b commit 8834b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.hpp
Expand Up @@ -155,7 +155,7 @@ extern "C" {
#endif

#if defined(_WIN32) || defined(_WIN64)
#define MRN_API __declspec(dllexport)
# define MRN_API __declspec(dllexport)
#endif

class ha_mroonga;
Expand Down

0 comments on commit 8834b44

Please sign in to comment.