style fix

This commit is contained in:
Guenter Obiltschnig 2015-03-27 21:14:04 +01:00
parent 49b463b39a
commit c2528c3436

View File

@ -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
}; };