mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Enable IndentPPDirectives
This commit is contained in:
parent
6f40026944
commit
e0a827ff98
101 changed files with 716 additions and 715 deletions
|
@ -68,7 +68,7 @@ IncludeCategories:
|
||||||
Priority: 1
|
Priority: 1
|
||||||
IncludeIsMainRegex: '$'
|
IncludeIsMainRegex: '$'
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
IndentPPDirectives: None
|
IndentPPDirectives: AfterHash
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
IndentWrappedFunctionNames: false
|
IndentWrappedFunctionNames: false
|
||||||
JavaScriptQuotes: Leave
|
JavaScriptQuotes: Leave
|
||||||
|
|
|
@ -41,7 +41,8 @@ namespace aria2 {
|
||||||
|
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
|
|
||||||
#define ADLER32_MESSAGE_DIGEST {"adler32", make_hi<Adler32MessageDigestImpl>()},
|
# define ADLER32_MESSAGE_DIGEST \
|
||||||
|
{"adler32", make_hi<Adler32MessageDigestImpl>()},
|
||||||
|
|
||||||
class Adler32MessageDigestImpl : public MessageDigestImpl {
|
class Adler32MessageDigestImpl : public MessageDigestImpl {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue