Code review comment for lp:~uriboni/qtubuntu-camera/cameras-info

Revision history for this message
Florian Boucault (fboucault) wrote :

src/aalcameraserviceplugin.cpp

    if (!ok) return 0;
[...]
    if (!ok) return QCamera::UnspecifiedPosition;

syntax rule is to always use {} for any block, even for 1 liners

review: Needs Fixing

« Back to merge proposal