mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
style fix
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
|||||||
ENC_BASE64 = 0x01, /// Base64-encoded output
|
ENC_BASE64 = 0x01, /// Base64-encoded output
|
||||||
ENC_BINHEX = 0x02, /// BinHex-encoded output
|
ENC_BINHEX = 0x02, /// BinHex-encoded output
|
||||||
ENC_BASE64_NO_LF = 0x81, /// Base64-encoded output, no linefeeds
|
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
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user