Bug 45270

Summary: Wocky distcheck fails due to style issue
Product: Wocky Reporter: Alvaro Soliverez <alvaro.soliverez>
Component: GeneralAssignee: Simon McVittie <smcv>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix coding style so the tests can pass

Description Alvaro Soliverez 2012-01-26 07:11:10 UTC
It's throwing this error

../../tests/wocky-connector-test.c:3159:  WSAEventSelect( csock, 0, 0);
^^^ Our coding style is to use function calls like foo (), not foo()
make[3]: *** [check-coding-style] Error 1

http://buildbot.telepathy.im:8010/builders/Wocky%20-%20default%20-%20i386/builds/79/steps/Tests/logs/stdio
Comment 1 Simon McVittie 2012-01-26 07:57:44 UTC
Created attachment 56188 [details] [review]
Fix coding style so the tests can pass
Comment 2 Guillaume Desmottes 2012-01-27 03:56:45 UTC
Comment on attachment 56188 [details] [review]
Fix coding style so the tests can pass

Review of attachment 56188 [details] [review]:
-----------------------------------------------------------------

++

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.