Code review comment for lp:~jobinau/drizzle/reviews

Revision history for this message
Jay Pipes (jaypipes) wrote :

Hi Jobin!

Good for you getting your feet wet with the code base! :)

One tiny thing, though...we use no space before and one space after the assignment operator, so you should change:

int flag=0;

to int flag= 0;

I know, I know, I'm being strict on code style! Here is the coding guidelines:

http://drizzle.org/wiki/Coding_Standards

Cheers and welcome to the contributor community!

Jay

review: Needs Fixing

« Back to merge proposal