aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviConfigurationFile.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2016-04-23 21:22:04 +0100
committerGravatar Alexey Sokolov2016-04-29 23:48:35 +0100
commitb1a8a94e954620a937e686206717f1a7d2c64719 (patch)
treeb5c50dbe6207cf24a64c59cd7e5a03330ce4a0e2 /src/kvilib/ext/KviConfigurationFile.cpp
parentKviIrcConnectionRequestQueue: typo fix in file type (diff)
downloadKVIrc-b1a8a94e954620a937e686206717f1a7d2c64719.tar.gz
KVIrc-b1a8a94e954620a937e686206717f1a7d2c64719.tar.bz2
KVIrc-b1a8a94e954620a937e686206717f1a7d2c64719.zip
Protect several hand-crafted blocks from clang-format
Diffstat (limited to 'src/kvilib/ext/KviConfigurationFile.cpp')
-rw-r--r--src/kvilib/ext/KviConfigurationFile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kvilib/ext/KviConfigurationFile.cpp b/src/kvilib/ext/KviConfigurationFile.cpp
index 2ea967f46..09b1cfbfd 100644
--- a/src/kvilib/ext/KviConfigurationFile.cpp
+++ b/src/kvilib/ext/KviConfigurationFile.cpp
@@ -451,6 +451,7 @@ bool KviConfigurationFile::save()
{
static unsigned char encode_table[256]=
{
+ // clang-format off
// 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015
// NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI
1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,
@@ -499,6 +500,7 @@ bool KviConfigurationFile::save()
// 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
// � � � � � � � �
0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0
+ // clang-format on
};