PFW-1523 Trim trailing whitespace in util.h
This commit is contained in:
parent
890bfab946
commit
bcc7a16e1c
|
|
@ -104,7 +104,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip the leading quote
|
// Skip the leading quote
|
||||||
this->ptr++;
|
this->ptr++;
|
||||||
|
|
||||||
// End of the string
|
// End of the string
|
||||||
pStrEnd = strchr(this->ptr, '"');
|
pStrEnd = strchr(this->ptr, '"');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue