0
0
Fork 0
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:
Jason Volk 2020-04-13 21:45:57 -07:00
parent 5dc16850c6
commit 628772c3b5

View file

@ -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