mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 04:10:33 +01:00
style fix
This commit is contained in:
parent
49b463b39a
commit
c2528c3436
@ -96,7 +96,7 @@ public:
|
||||
ENC_BASE64 = 0x01, /// Base64-encoded output
|
||||
ENC_BINHEX = 0x02, /// BinHex-encoded output
|
||||
ENC_BASE64_NO_LF = 0x81, /// Base64-encoded output, no linefeeds
|
||||
ENC_BINHEX_NO_LF = 0x82, /// BinHex-encoded output, no linefeeds
|
||||
ENC_BINHEX_NO_LF = 0x82 /// BinHex-encoded output, no linefeeds
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user