Code review comment for lp:~alecu/unity-scope-click/uninstall-scopes

Revision history for this message
Alejandro J. Cura (alecu) wrote :

> 42 + while (linestart < eof) {
>
> I think you could greatly simplify this loop with a loop around std::getline()
> with '\t' as a delimiter. But that's just suggestion, I'm not going to block
> on this.

I've simplified the code as suggested.

« Back to merge proposal