Code review comment for lp://qastaging/~3v1n0/unity-2d/unity-core-indicators-revisited

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

> In the meantime, you can already fix coding style issues:
> - braces for single lines if
> - opening braces on the same line as the opening line
> - camelCase for all vars and methods
>
> Check the CODING file for more info.

Ok, I've fixed the coding style and I hope that now is conform to specs, I also merged the code with the upstream changes. The relative UnityCore branch (updated too) should be compilable now, so I guess you'll be able to test unity-2d as well.

« Back to merge proposal