summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eglconvenience
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-18 12:52:12 +0100
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-20 17:12:36 +0000
commitd8c0bd4207d5f63d3f47353f8d9c9e6963a24355 (patch)
tree99072ab13dab0cea27f74553a747d8b4273bdcaa /src/platformsupport/eglconvenience
parent1967accb64a110a1c84d8f37d413bcd36ab579a1 (diff)
Make it clearer what's happening with a fall-through.
An if () {...}'s close-brace was hiding on the end of a break; line, an idiom used in several places for braces that existed to contain a case (for the sake of local declarations). This made it hard to see that there was an if() whose else was the resulting (commented) fall-through. So put that close-brace on the comment's line and make the comment clearly indicate it's an else. Change-Id: Ie7e7c7063bef96536d6231297b083fc384f2363e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/platformsupport/eglconvenience')
0 files changed, 0 insertions, 0 deletions