Skip to content

Commit d6ac50b

Browse files
committed
spaces
1 parent 4685bd4 commit d6ac50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibmmq/mqiMQCNO.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ size_t getMaxCDLength() {
181181
size_t getMaxSCOLength() {
182182
size_t l;
183183
#if defined(MQSCO_VERSION_7)
184-
l = MQSCO_LENGTH_7;
184+
l = MQSCO_LENGTH_7;
185185
#elif defined(MQSCO_VERSION_6)
186186
l = MQSCO_LENGTH_6;
187187
#else

0 commit comments

Comments
 (0)