diff options
Diffstat (limited to 'contrib/epee/include/net/rpc_method_name.h')
-rw-r--r-- | contrib/epee/include/net/rpc_method_name.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/rpc_method_name.h b/contrib/epee/include/net/rpc_method_name.h index c226639c4..1c327bc31 100644 --- a/contrib/epee/include/net/rpc_method_name.h +++ b/contrib/epee/include/net/rpc_method_name.h @@ -28,4 +28,4 @@ #pragma once -#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;}
\ No newline at end of file +#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;} |