CCDB api : Prevent whitespaces in file name#1774
Conversation
The commit also introduces a StringUtils.h with trimming functions.
|
the new clang format seems to want to do funny things. |
|
Yes, it seems to be confused with the lambdas ? |
|
There are actually a few correct changes |
|
Maybe this will do the trick |
|
There is still a change that clang-format in travis would like to do but I think that it is wrong. Also the build failure is probably wrong. |
|
I agree |
|
I am merging this since it seems to be green now (apart from the usual issues). Any reason why |
|
The extraction of the trimming functions to their own file was just a side effect of using the trimming in a new place. I presume that we could use boost::trim here. |
|
When you will rewrite the CCDB api (merge with the DPL one) you can fix it ;) |
|
Okok... ;-) |
The commit also introduces a StringUtils.h with trimming functions.