Enable IndentPPDirectives

pull/1236/head
Tatsuhiro Tsujikawa 2018-06-09 16:23:36 +09:00
parent 6f40026944
commit e0a827ff98
101 changed files with 716 additions and 715 deletions

View File

@ -68,7 +68,7 @@ IncludeCategories:
Priority: 1
IncludeIsMainRegex: '$'
IndentCaseLabels: false
IndentPPDirectives: None
IndentPPDirectives: AfterHash
IndentWidth: 2
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave

View File

@ -41,7 +41,8 @@ namespace aria2 {
#ifdef HAVE_ZLIB
#define ADLER32_MESSAGE_DIGEST {"adler32", make_hi<Adler32MessageDigestImpl>()},
# define ADLER32_MESSAGE_DIGEST \
{"adler32", make_hi<Adler32MessageDigestImpl>()},
class Adler32MessageDigestImpl : public MessageDigestImpl {
public: