mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::rfc3986: Minor fix indentation. [ci skip]
This commit is contained in:
parent
5dc16850c6
commit
628772c3b5
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ __attribute__((visibility("hidden")))
|
|||
{
|
||||
using namespace ircd::spirit;
|
||||
|
||||
struct encoder extern const encoder;
|
||||
struct decoder extern const decoder;
|
||||
struct encoder extern const encoder;
|
||||
struct decoder extern const decoder;
|
||||
}}
|
||||
|
||||
namespace ircd { namespace rfc3986 { namespace parser
|
||||
|
|
Loading…
Reference in a new issue