./libprocess/natural.c:104: Empty line before closing brace (col 0) ./libprocess/natural.c:123: Empty line before closing brace (col 0) ./libprocess/natural.c:137: Extra space before `,' (col 52): static gint arrayListContains(arrayList * l , void * element); ./libprocess/natural.c:182: Empty line after opening brace (col 3) ./libprocess/natural.c:182: Opening brace on a separate line (col 3) ./libprocess/natural.c:189: Opening brace on a separate line (col 6) ./libprocess/natural.c:199: Extra return parentheses (col 10) ./libprocess/natural.c:218: Extra space before `,' (col 44): static gint arrayListContains(arrayList * l , void * e) ./libprocess/natural.c:221: Missing space before `<' (col 14): for (i=0; i< l->num_elements; i++) ./libprocess/natural.c:221: Missing spaces around `=' (col 9): for (i=0; i< l->num_elements; i++) ./libprocess/natural.c:222: Statement for `if' on the same line (col 26): if (e == l->arr[i]) return 1; ./libprocess/natural.c:237: Missing space after `if' (col 3): if(iindex >= 0 && iindex < l->num_elements) ./libprocess/natural.c:249: Missing spaces around `=' (col 17): l->num_elements=0; ./libprocess/natural.c:259: Missing spaces around `<' (col 14): for (i=0;idata); ./libprocess/natural.c:414: Extra return parentheses (col 9) ./libprocess/natural.c:431: Opening brace on a separate line (col 3) ./libprocess/natural.c:437: Opening brace on a separate line (col 6) ./libprocess/natural.c:452: Statement for `if' on the same line (col 19): if (s->top == 0) return NULL; ./libprocess/natural.c:529: Empty line before closing brace (col 0) ./libprocess/natural.c:1209: Misaling parentheses content (col 45) ./libprocess/natural.c:1212: Extra space before `)' (col 100): GwyDelaunayVertex **p3, GwyDelaunayVertex **p4 ); ./libprocess/natural.c:1212: Misaling parentheses content (col 53) ./libprocess/natural.c:1227: Missing space after `,' (col 55): static gdouble volumeOfTetrahedron(gdouble *a,gdouble *b, gdouble *c, gdouble *d); ./libprocess/natural.c:1232: Misaling parentheses content (col 58) ./libprocess/natural.c:1258: Missing spaces around `=' (col 20): if (s==m->super) s=0; ./libprocess/natural.c:1258: Missing spaces around `==' (col 7): if (s==m->super) s=0; ./libprocess/natural.c:1258: Statement for `if' on the same line (col 19): if (s==m->super) s=0; ./libprocess/natural.c:1261: Opening brace on a separate line (col 2) ./libprocess/natural.c:1278: Missing space after `,' (col 8): gint i,j; ./libprocess/natural.c:1282: Extra space after `(' (col 8): srand ( time(NULL) ); ./libprocess/natural.c:1282: Extra space before `)' (col 21): srand ( time(NULL) ); ./libprocess/natural.c:1282: Space between function name and parenthesis (col 8): srand ( time(NULL) ); ./libprocess/natural.c:1293: Missing spaces around `<' (col 13): for (i=0; iconflicts); j++) ./libprocess/natural.c:1298: Missing spaces around `=' (col 10): for (j=0; jconflicts); j++) ./libprocess/natural.c:1318: Missing space after `,' (col 8): gint i,found=0; ./libprocess/natural.c:1318: Missing spaces around `=' (col 14): gint i,found=0; ./libprocess/natural.c:1320: Statement for `if' on the same line (col 10): if (!s) return NULL; ./libprocess/natural.c:1325: Missing spaces around `<' (col 12): for (i=0;i<4;i++) ./libprocess/natural.c:1325: Missing spaces around `=' (col 8): for (i=0;i<4;i++) ./libprocess/natural.c:1326: Opening brace on a separate line (col 2) ./libprocess/natural.c:1328: Opening brace on a separate line (col 4) ./libprocess/natural.c:1329: Missing spaces around `=' (col 11): found=1; ./libprocess/natural.c:1358: Missing space after `,' (col 38): simplex *s = nextElement(m->tets,&iter); ./libprocess/natural.c:1362: Missing spaces around `<' (col 13): for (i=0; i<4; i++) ./libprocess/natural.c:1362: Missing spaces around `=' (col 8): for (i=0; i<4; i++) ./libprocess/natural.c:1363: Opening brace on a separate line (col 2) ./libprocess/natural.c:1368: Opening brace on a separate line (col 4) ./libprocess/natural.c:1385: Extra space before `)' (col 89): GwyDelaunayVertex **p3, GwyDelaunayVertex **p4 ) ./libprocess/natural.c:1385: Misaling parentheses content (col 41) ./libprocess/natural.c:1388: Opening brace on a separate line (col 2) ./libprocess/natural.c:1424: Missing spaces around `<' (col 12): for (i=0;i<3;i++) ./libprocess/natural.c:1424: Missing spaces around `=' (col 8): for (i=0;i<3;i++) ./libprocess/natural.c:1425: Opening brace on a separate line (col 2) ./libprocess/natural.c:1448: Misaling parentheses content (col 36) ./libprocess/natural.c:1449: Misaling parentheses content (col 36) ./libprocess/natural.c:1450: Misaling parentheses content (col 36) ./libprocess/natural.c:1454: Opening brace on a separate line (col 2) ./libprocess/natural.c:1464: Extra space after `(' (col 22): inSph = inspherefast( s->p[0]->v, ./libprocess/natural.c:1465: Misaling parentheses content (col 32) ./libprocess/natural.c:1466: Misaling parentheses content (col 32) ./libprocess/natural.c:1467: Misaling parentheses content (col 32) ./libprocess/natural.c:1471: Statement for `if' on the same line (col 18): if (inSph == 0) return -1; ./libprocess/natural.c:1475: Empty line before closing brace (col 0) ./libprocess/natural.c:1495: Opening brace on a separate line (col 2) ./libprocess/natural.c:1499: Missing space after `,' (col 30): isDel = isDelaunay(current,p); ./libprocess/natural.c:1503: Opening brace on a separate line (col 4) ./libprocess/natural.c:1505: Missing spaces around `=' (col 7): i=0; ./libprocess/natural.c:1506: Extra space after `(' (col 11): while( isDel == -1 ) ./libprocess/natural.c:1506: Extra space before `)' (col 25): while( isDel == -1 ) ./libprocess/natural.c:1506: Missing space after `while' (col 6): while( isDel == -1 ) ./libprocess/natural.c:1507: Opening brace on a separate line (col 6) ./libprocess/natural.c:1508: Missing space after `,' (col 28): randomPerturbation(p,i); ./libprocess/natural.c:1509: Missing space after `,' (col 34): isDel = isDelaunay(current,p); ./libprocess/natural.c:1515: Missing space after `,' (col 23): freeStack(toCheck,NULL); ./libprocess/natural.c:1517: Missing space after `,' (col 35): updateConflictingSimplicies(p,m); ./libprocess/natural.c:1522: Opening brace on a separate line (col 4) ./libprocess/natural.c:1525: Missing spaces around `<' (col 17): for (i=0; i<4;i++) ./libprocess/natural.c:1525: Missing spaces around `=' (col 12): for (i=0; i<4;i++) ./libprocess/natural.c:1530: Missing space after `,' (col 19): freeStack(toCheck,NULL); ./libprocess/natural.c:1548: Missing space after `,' (col 31): updateConflictingSimplicies(p,m); ./libprocess/natural.c:1557: Missing space before `<' (col 13): for (j=0; j< arrayListSize(m->conflicts); j++) ./libprocess/natural.c:1557: Missing spaces around `=' (col 8): for (j=0; j< arrayListSize(m->conflicts); j++) ./libprocess/natural.c:1558: Opening brace on a separate line (col 2) ./libprocess/natural.c:1559: Missing space after `,' (col 38): s = getFromArrayList(m->conflicts,j); ./libprocess/natural.c:1564: Missing spaces around `<' (col 15): for (i=0; i<4; i++) ./libprocess/natural.c:1564: Missing spaces around `=' (col 10): for (i=0; i<4; i++) ./libprocess/natural.c:1565: Opening brace on a separate line (col 4) ./libprocess/natural.c:1571: Extra space after `!' (col 10): if (! arrayListContains(m->conflicts, s->s[i])) ./libprocess/natural.c:1572: Opening brace on a separate line (col 6) ./libprocess/natural.c:1583: Missing spaces around `<=' (col 13): if (o<=0) ./libprocess/natural.c:1584: Opening brace on a separate line (col 8) ./libprocess/natural.c:1586: Missing spaces around `<=' (col 18): while (o<=0) ./libprocess/natural.c:1587: Opening brace on a separate line (col 10) ./libprocess/natural.c:1595: Missing spaces around `<' (col 21): for (k=0; kupdates); k++) ./libprocess/natural.c:1595: Missing spaces around `=' (col 16): for (k=0; kupdates); k++) ./libprocess/natural.c:1596: Opening brace on a separate line (col 10) ./libprocess/natural.c:1597: Missing space after `,' (col 64): removeSimplexFromMesh(m, getFromArrayList(m->updates,k)); ./libprocess/natural.c:1604: Missing space after `,' (col 34): gwy_delaunay_add_point(p,m); ./libprocess/natural.c:1629: Missing spaces around `<' (col 13): for (i=0; iconflicts); i++) ./libprocess/natural.c:1629: Missing spaces around `=' (col 8): for (i=0; iconflicts); i++) ./libprocess/natural.c:1630: Opening brace on a separate line (col 2) ./libprocess/natural.c:1632: Missing space after `,' (col 27): removeSimplexFromMesh(m,s); ./libprocess/natural.c:1647: Missing spaces around `<' (col 13): for (j=0; js[i] == s1) return 1; ./libprocess/natural.c:1797: Empty line after opening brace (col 0) ./libprocess/natural.c:1804: Opening brace on a separate line (col 2) ./libprocess/natural.c:1821: Opening brace on a separate line (col 2) ./libprocess/natural.c:1824: Missing spaces around `<' (col 28): for (i=vc->nallocated; iconflicts); i++) ./libprocess/natural.c:1862: Missing spaces around `=' (col 8): for (i=0; i< arrayListSize(m->conflicts); i++) ./libprocess/natural.c:1863: Opening brace on a separate line (col 2) ./libprocess/natural.c:1864: Missing space after `,' (col 37): s = getFromArrayList(m->conflicts,i); ./libprocess/natural.c:1865: Missing space after `,' (col 22): addSimplexToMesh(m,s); ./libprocess/natural.c:1870: Missing spaces around `<' (col 13): for (i=0; iupdates); i++) ./libprocess/natural.c:1870: Missing spaces around `=' (col 8): for (i=0; iupdates); i++) ./libprocess/natural.c:1871: Opening brace on a separate line (col 2) ./libprocess/natural.c:1873: Missing space after `,' (col 27): removeSimplexFromMesh(m,s); ./libprocess/natural.c:1883: Missing space after `,' (col 8): gint i,j; ./libprocess/natural.c:1886: Missing spaces around `<' (col 13): for (i=0; iverticies); i++) ./libprocess/natural.c:1886: Missing spaces around `=' (col 8): for (i=0; iverticies); i++) ./libprocess/natural.c:1887: Opening brace on a separate line (col 2) ./libprocess/natural.c:1893: Missing space after `,' (col 26): gdouble center[3] = {0,0,0}; ./libprocess/natural.c:1893: Missing space after `,' (col 28): gdouble center[3] = {0,0,0}; ./libprocess/natural.c:1893: Missing space after `{' (col 24): gdouble center[3] = {0,0,0}; ./libprocess/natural.c:1893: Missing space before `}' (col 30): gdouble center[3] = {0,0,0}; ./libprocess/natural.c:1896: Missing spaces around `<' (col 15): for (j=i; jverticies); j++) ./libprocess/natural.c:1896: Missing spaces around `=' (col 10): for (j=i; jverticies); j++) ./libprocess/natural.c:1897: Opening brace on a separate line (col 4) ./libprocess/natural.c:1901: Statement for `if' on the same line (col 18): if (!thisV) break; ./libprocess/natural.c:1912: Missing spaces around `<' (col 15): for (j=i; jverticies); j++) ./libprocess/natural.c:1912: Missing spaces around `=' (col 10): for (j=i; jverticies); j++) ./libprocess/natural.c:1913: Opening brace on a separate line (col 4) ./libprocess/natural.c:1915: Missing space after `,' (col 44): thisV = getFromArrayList(vc->verticies,j); ./libprocess/natural.c:1919: Opening brace on a separate line (col 6) ./libprocess/natural.c:1920: Missing spaces around `=' (col 9): i=j; ./libprocess/natural.c:1934: Missing spaces around `>' (col 15): assert(volume>0); ./libprocess/natural.c:1938: Empty line before closing brace (col 0) ./libprocess/natural.c:1962: Missing spaces around `==' (col 7): if (n==0) ./libprocess/natural.c:1963: Opening brace on a separate line (col 2) ./libprocess/natural.c:1975: Missing space after `,' (col 23): vc = newVoronoiCell(m,n); ./libprocess/natural.c:1977: Missing spaces around `<' (col 13): for (i=0; ideadVoronoiCells)) ./libprocess/natural.c:2227: Opening brace on a separate line (col 2) ./libprocess/natural.c:2230: Missing spaces around `<' (col 14): for (i=0;inallocated; i++) ./libprocess/natural.c:2230: Missing spaces around `=' (col 10): for (i=0;inallocated; i++) ./libprocess/natural.c:2254: Missing space after `,' (col 13): vertexSub(a,d, a_d); ./libprocess/natural.c:2255: Missing space after `,' (col 13): vertexSub(b,d, b_d); ./libprocess/natural.c:2256: Missing space after `,' (col 13): vertexSub(c,d, c_d); ./libprocess/natural.c:2268: Missing space after `,' (col 24): return scalarProduct(a,a); ./libprocess/natural.c:2323: Extra space before `,' (col 19): gdouble b_a[3] , c_a[3] , d_a[3], ./libprocess/natural.c:2323: Extra space before `,' (col 30): gdouble b_a[3] , c_a[3] , d_a[3], ./libprocess/natural.c:2325: Extra space before `,' (col 18): mult1[3] , mult2[3] , mult3[3], ./libprocess/natural.c:2325: Extra space before `,' (col 29): mult1[3] , mult2[3] , mult3[3], ./libprocess/natural.c:2352: Extra space before `,' (col 24): vertexAdd(mult3, sum , sum); ./libprocess/natural.c:2370: Line longer than 120 characters: static void getRange(GwyDelaunayVertex *ps, gint n, GwyDelaunayVertex *min, GwyDelaunayVertex *max, GwyDelaunayVertex *range, G_GNUC_UNUSED gint r) ./libprocess/natural.c:2377: Missing spaces around `<' (col 13): for (i=0; iupdates); i++) ./libprocess/natural.c:2434: Missing spaces around `=' (col 8): for (i=0; iupdates); i++) ./libprocess/natural.c:2435: Opening brace on a separate line (col 2) ./libprocess/natural.c:2436: Missing space after `,' (col 38): this = getFromArrayList(m->updates,i); ./libprocess/natural.c:2437: Missing spaces around `<' (col 15): for (j=0; j<4; j++) ./libprocess/natural.c:2437: Missing spaces around `=' (col 10): for (j=0; j<4; j++) ./libprocess/natural.c:2438: Opening brace on a separate line (col 4) ./libprocess/natural.c:2439: Extra space after `!' (col 30): if (this->p[j] != v && (! arrayListContains(neighbours, this->p[j])) ) ./libprocess/natural.c:2439: Extra space before `)' (col 75): if (this->p[j] != v && (! arrayListContains(neighbours, this->p[j])) ) ./libprocess/natural.c:2440: Opening brace on a separate line (col 6) ./libprocess/natural.c:2441: Extra space after `!' (col 13): if ((! gwy_delaunay_point_on_simplex(this->p[j], m->super))) ./libprocess/natural.c:2442: Opening brace on a separate line (col 8) ./libprocess/natural.c:2457: Misaling parentheses content (col 21) ./libprocess/natural.c:2465: Missing space after `,' (col 23): gdouble value[3] = {0,0,0}; ./libprocess/natural.c:2465: Missing space after `,' (col 25): gdouble value[3] = {0,0,0}; ./libprocess/natural.c:2465: Missing space after `{' (col 21): gdouble value[3] = {0,0,0}; ./libprocess/natural.c:2465: Missing space before `}' (col 27): gdouble value[3] = {0,0,0}; ./libprocess/natural.c:2494: Missing spaces around `<' (col 13): for (i=0; i= -0.001); ./libprocess/natural.c:2540: Space between function name and parenthesis (col 11): assert (neighbourVolumes[i]>= -0.001); ./libprocess/natural.c:2559: Opening brace on a separate line (col 2) ./libprocess/natural.c:2568: Missing spaces around `<' (col 13): for (i=0; iupdates); i++) ./libprocess/natural.c:2568: Missing spaces around `=' (col 8): for (i=0; iupdates); i++) ./libprocess/natural.c:2585: Empty line before closing brace (col 0) ./libprocess/cdline.h:95: Trailing whitespace characters ./libprocess/stats_uncertainty.c:67: Missing space before `=' (col 19): max_unc= *u; ./libprocess/stats_uncertainty.c:337: Misaling parentheses content (col 12) ./libprocess/stats_uncertainty.c:384: Extra space before `,' (col 21): gdouble min_unc1 , max_unc1; ./libprocess/stats_uncertainty.c:400: Missing space before `=' (col 20): min_unc1= *u; ./libprocess/stats_uncertainty.c:404: Missing space before `=' (col 20): max_unc1= *u; ./libprocess/stats_uncertainty.c:575: Misaling parentheses content (col 12) ./libprocess/stats_uncertainty.c:577: Misaling parentheses content (col 16) ./libprocess/stats_uncertainty.c:585: Misaling parentheses content (col 16) ./libprocess/stats_uncertainty.c:590: Misaling parentheses content (col 16) ./libprocess/stats_uncertainty.c:987: Missing space before `=' (col 48): c_uabs = c_urms = c_uskew = c_ukurt = c_uavg= 0; ./libprocess/stats_uncertainty.c:990: Misaling parentheses content (col 12) ./libprocess/stats_uncertainty.c:993: Extra space before `)' (col 20): if (dif > 0 ) ./libprocess/stats_uncertainty.c:995: Extra space before `)' (col 24): else if (dif <0 ) ./libprocess/stats_uncertainty.c:995: Missing space after `<' (col 21): else if (dif <0 ) ./libprocess/stats_uncertainty.c:998: Empty line before closing brace (col 4) ./libprocess/stats_uncertainty.c:999: Missing spaces around `/=' (col 8): csig/=nn; ./libprocess/stats_uncertainty.c:1009: Missing space after `<' (col 22): else if (dif <0) ./libprocess/stats_uncertainty.c:1034: Empty line before closing brace (col 0) ./libprocess/stats_uncertainty.c:1154: Missing space after `>' (col 32): if (dif >0) ./libprocess/stats_uncertainty.c:1156: Missing space after `<' (col 37): else if (dif <0) ./libprocess/stats_uncertainty.c:1162: Missing space before `{' (col 16): else{ ./libprocess/stats_uncertainty.c:1167: Missing space after `>' (col 32): if (dif >0) ./libprocess/stats_uncertainty.c:1169: Missing space after `<' (col 37): else if (dif <0) ./libprocess/stats_uncertainty.c:1177: Missing spaces around `/=' (col 12): csig/=nn; ./libprocess/stats_uncertainty.c:1190: Missing space after `>' (col 32): if (dif >0) ./libprocess/stats_uncertainty.c:1192: Missing space after `<' (col 37): else if (dif <0) ./libprocess/stats_uncertainty.c:1220: Missing space after `>' (col 32): if (dif >0) ./libprocess/stats_uncertainty.c:1222: Extra space before `)' (col 40): else if (dif <0 ) ./libprocess/stats_uncertainty.c:1222: Missing space after `<' (col 37): else if (dif <0 ) ./libprocess/stats_uncertainty.c:1259: Missing space after `>' (col 24): if (dif >0) ./libprocess/stats_uncertainty.c:1259: Trailing whitespace characters ./libprocess/stats_uncertainty.c:1261: Extra space before `)' (col 33): else if (dif < 0 ) ./libprocess/stats_uncertainty.c:1280: Empty line before closing brace (col 12) ./libprocess/stats_uncertainty.c:1419: Missing spaces around `=' (col 12): cval=cval/n; ./libprocess/stats_uncertainty.c:1595: Misaling parentheses content (col 12) ./libprocess/stats_uncertainty.c:1596: Misaling parentheses content (col 12) ./libprocess/stats_uncertainty.c:1730: Extra space after `(' (col 29): sum += 0.0625/(a12*a12) *( ./libprocess/stats_uncertainty.c:1731: Line ends with an operator `+' (col 57): (3*z1-z2)*(3*z1-z2)*uz1*uz1+ ./libprocess/stats_uncertainty.c:1732: Line ends with an operator `+' (col 57): (3*z2-z1)*(3*z2-z1)*uz2*uz2+ ./libprocess/stats_uncertainty.c:1735: Extra space after `(' (col 29): sum += 0.0625/(a23*a23) *( ./libprocess/stats_uncertainty.c:1736: Line ends with an operator `+' (col 57): (3*z2-z3)*(3*z2-z3)*uz2*uz2+ ./libprocess/stats_uncertainty.c:1737: Line ends with an operator `+' (col 57): (3*z3-z2)*(3*z3-z2)*uz3*uz3+ ./libprocess/stats_uncertainty.c:1740: Extra space after `(' (col 29): sum += 0.0625/(a34*a34) *( ./libprocess/stats_uncertainty.c:1741: Line ends with an operator `+' (col 57): (3*z3-z4)*(3*z3-z4)*uz3*uz3+ ./libprocess/stats_uncertainty.c:1742: Line ends with an operator `+' (col 57): (3*z4-z3)*(3*z4-z3)*uz4*uz4+ ./libprocess/stats_uncertainty.c:1745: Extra space after `(' (col 29): sum += 0.0625/(a41*a41) *( ./libprocess/stats_uncertainty.c:1746: Line ends with an operator `+' (col 57): (3*z4-z1)*(3*z4-z1)*uz4*uz4+ ./libprocess/stats_uncertainty.c:1747: Line ends with an operator `+' (col 57): (3*z1-z4)*(3*z1-z4)*uz1*uz1+ ./libprocess/stats_uncertainty.c:1756: Extra space after `(' (col 29): sum += 1./(64*a12*a12)*q*( ./libprocess/stats_uncertainty.c:1757: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux1*ux1+ ./libprocess/stats_uncertainty.c:1758: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux2*ux2+ ./libprocess/stats_uncertainty.c:1765: Extra space after `(' (col 29): sum += 1./(64*a23*a23)*q*( ./libprocess/stats_uncertainty.c:1766: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:1767: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:1774: Extra space after `(' (col 29): sum += 1./(64*a34*a34)*q*( ./libprocess/stats_uncertainty.c:1775: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux3*ux3+ ./libprocess/stats_uncertainty.c:1776: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux4*ux4+ ./libprocess/stats_uncertainty.c:1783: Extra space after `(' (col 29): sum += 1./(64*a41*a41)*q*( ./libprocess/stats_uncertainty.c:1784: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:1785: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:1793: Extra space after `(' (col 29): sum += 1./(64*a12*a12)*q*( ./libprocess/stats_uncertainty.c:1794: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:1795: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:1802: Extra space after `(' (col 29): sum += 1./(64*a23*a23)*q*( ./libprocess/stats_uncertainty.c:1803: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:1804: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:1811: Extra space after `(' (col 29): sum += 1./(64*a34*a34)*q*( ./libprocess/stats_uncertainty.c:1812: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:1813: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:1820: Extra space after `(' (col 29): sum += 1./(64*a41*a41)*q*( ./libprocess/stats_uncertainty.c:1821: Line ends with an operator `+' (col 71): (hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:1822: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:1883: Line ends with an operator `+' (col 81): sum += 0.25*(w1 + w2)*(w1 + w2)*0.25/(a12*a12) * ((3*z1-z2)*(3*z1-z2)*uz1*uz1+ ./libprocess/stats_uncertainty.c:1884: Line ends with an operator `+' (col 81): (3*z2-z1)*(3*z2-z1)*uz2*uz2+ ./libprocess/stats_uncertainty.c:1887: Line ends with an operator `+' (col 81): sum += 0.25*(w2 + w3)*(w2 + w3)*0.25/(a23*a23) * ((3*z2-z3)*(3*z2-z3)*uz2*uz2+ ./libprocess/stats_uncertainty.c:1888: Line ends with an operator `+' (col 81): (3*z3-z2)*(3*z3-z2)*uz3*uz3+ ./libprocess/stats_uncertainty.c:1891: Line ends with an operator `+' (col 81): sum += 0.25*(w3 + w4)*(w3 + w4)*0.25/(a34*a34) * ((3*z3-z4)*(3*z3-z4)*uz3*uz3+ ./libprocess/stats_uncertainty.c:1892: Line ends with an operator `+' (col 81): (3*z4-z3)*(3*z4-z3)*uz4*uz4+ ./libprocess/stats_uncertainty.c:1895: Line ends with an operator `+' (col 81): sum += 0.25*(w1 + w4)*(w1 + w4)*0.25/(a41*a41) * ((3*z4-z1)*(3*z4-z1)*uz4*uz4+ ./libprocess/stats_uncertainty.c:1896: Line ends with an operator `+' (col 81): (3*z1-z4)*(3*z1-z4)*uz1*uz1+ ./libprocess/stats_uncertainty.c:1905: Line ends with an operator `+' (col 89): sum += 0.25*(w1+w2)*(w1+w2)/(64*a12*a12)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux1*ux1+ ./libprocess/stats_uncertainty.c:1906: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux2*ux2+ ./libprocess/stats_uncertainty.c:1913: Line ends with an operator `+' (col 89): sum += 0.25*(w2+w3)*(w2+w3)/(64*a23*a23)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:1914: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:1921: Line ends with an operator `+' (col 89): sum += 0.25*(w3+w4)*(w3+w4)/(64*a34*a34)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux3*ux3+ ./libprocess/stats_uncertainty.c:1922: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux4*ux4+ ./libprocess/stats_uncertainty.c:1929: Line ends with an operator `+' (col 89): sum += 0.25*(w4+w1)*(w4+w1)/(64*a41*a41)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:1930: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:1938: Line ends with an operator `+' (col 89): sum += 0.25*(w1+w2)*(w1+w2)/(64*a12*a12)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:1939: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:1946: Line ends with an operator `+' (col 89): sum += 0.25*(w2+w3)*(w2+w3)/(64*a23*a23)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:1947: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:1954: Line ends with an operator `+' (col 89): sum += 0.25*(w3+w4)*(w3+w4)/(64*a34*a34)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:1955: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:1962: Line ends with an operator `+' (col 89): sum += 0.25*(w4+w1)*(w4+w1)/(64*a41*a41)*q*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:1963: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2019: Line ends with an operator `+' (col 43): sum += 1/(a12*a12) * (hlp1*hlp1*uz1*uz1+ ./libprocess/stats_uncertainty.c:2020: Line ends with an operator `+' (col 43): hlp2*hlp2*uz2*uz2+ ./libprocess/stats_uncertainty.c:2027: Line ends with an operator `+' (col 43): sum += 1/(a23*a23) * (hlp1*hlp1*uz2*uz2+ ./libprocess/stats_uncertainty.c:2028: Line ends with an operator `+' (col 43): hlp2*hlp2*uz3*uz3+ ./libprocess/stats_uncertainty.c:2035: Line ends with an operator `+' (col 43): sum += 1/(a34*a34) * (hlp1*hlp1*uz3*uz3+ ./libprocess/stats_uncertainty.c:2036: Line ends with an operator `+' (col 43): hlp2*hlp2*uz4*uz4+ ./libprocess/stats_uncertainty.c:2042: Line ends with an operator `+' (col 43): sum += 1/(a41*a41) * (hlp1*hlp1*uz4*uz4+ ./libprocess/stats_uncertainty.c:2043: Line ends with an operator `+' (col 43): hlp2*hlp2*uz1*uz1+ ./libprocess/stats_uncertainty.c:2053: Line ends with an operator `+' (col 71): sum += 1./(64*a12*a12)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux1*ux1+ ./libprocess/stats_uncertainty.c:2054: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux2*ux2+ ./libprocess/stats_uncertainty.c:2061: Line ends with an operator `+' (col 71): sum += 1./(64*a23*a23)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:2062: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:2069: Line ends with an operator `+' (col 71): sum += 1./(64*a34*a34)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux3*ux3+ ./libprocess/stats_uncertainty.c:2070: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux4*ux4+ ./libprocess/stats_uncertainty.c:2077: Line ends with an operator `+' (col 71): sum += 1./(64*a41*a41)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:2078: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2086: Line ends with an operator `+' (col 71): sum += 1./(64*a12*a12)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2087: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:2094: Line ends with an operator `+' (col 71): sum += 1./(64*a23*a23)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:2095: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:2102: Line ends with an operator `+' (col 71): sum += 1./(64*a34*a34)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:2103: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:2110: Line ends with an operator `+' (col 71): sum += 1./(64*a41*a41)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:2111: Line ends with an operator `+' (col 71): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2172: Line ends with an operator `+' (col 62): sum += 0.25*(w1+w2)*(w1+w2)/(a12*a12) * (hlp1*hlp1*uz1*uz1+ ./libprocess/stats_uncertainty.c:2173: Line ends with an operator `+' (col 62): hlp2*hlp2*uz2*uz2+ ./libprocess/stats_uncertainty.c:2180: Line ends with an operator `+' (col 62): sum += 0.25*(w2+w3)*(w2+w3)/(a23*a23) * (hlp1*hlp1*uz2*uz2+ ./libprocess/stats_uncertainty.c:2181: Line ends with an operator `+' (col 62): hlp2*hlp2*uz3*uz3+ ./libprocess/stats_uncertainty.c:2188: Line ends with an operator `+' (col 62): sum += 0.25*(w3+w4)*(w3+w4)/(a34*a34) * (hlp1*hlp1*uz3*uz3+ ./libprocess/stats_uncertainty.c:2189: Line ends with an operator `+' (col 62): hlp2*hlp2*uz4*uz4+ ./libprocess/stats_uncertainty.c:2195: Line ends with an operator `+' (col 62): sum += 0.25*(w4+w1)*(w4+w1)/(a41*a41) * (hlp1*hlp1*uz4*uz4+ ./libprocess/stats_uncertainty.c:2196: Line ends with an operator `+' (col 62): hlp2*hlp2*uz1*uz1+ ./libprocess/stats_uncertainty.c:2206: Line ends with an operator `+' (col 89): sum += 0.25*(w1+w2)*(w1+w2)/(64*a12*a12)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux1*ux1+ ./libprocess/stats_uncertainty.c:2207: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux2*ux2+ ./libprocess/stats_uncertainty.c:2214: Line ends with an operator `+' (col 89): sum += 0.25*(w2+w3)*(w2+w3)/(64*a23*a23)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:2215: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:2222: Line ends with an operator `+' (col 89): sum += 0.25*(w3+w4)*(w3+w4)/(64*a34*a34)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*ux3*ux3+ ./libprocess/stats_uncertainty.c:2223: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*ux4*ux4+ ./libprocess/stats_uncertainty.c:2230: Line ends with an operator `+' (col 89): sum += 0.25*(w4+w1)*(w4+w1)/(64*a41*a41)*y*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:2231: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2239: Line ends with an operator `+' (col 89): sum += 0.25*(w1+w2)*(w1+w2)/(64*a12*a12)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2240: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:2247: Line ends with an operator `+' (col 89): sum += 0.25*(w2+w3)*(w2+w3)/(64*a23*a23)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy2*uy2+ ./libprocess/stats_uncertainty.c:2248: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:2255: Line ends with an operator `+' (col 89): sum += 0.25*(w3+w4)*(w3+w4)/(64*a34*a34)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy3*uy3+ ./libprocess/stats_uncertainty.c:2256: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:2263: Line ends with an operator `+' (col 89): sum += 0.25*(w4+w1)*(w4+w1)/(64*a41*a41)*x*((hlp1+0.25*hlp3)*(hlp1+0.25*hlp3)*uy4*uy4+ ./libprocess/stats_uncertainty.c:2264: Line ends with an operator `+' (col 89): (hlp2+0.25*hlp3)*(hlp2+0.25*hlp3)*uy1*uy1+ ./libprocess/stats_uncertainty.c:2440: Empty line before closing brace (col 4) ./libprocess/stats_uncertainty.c:2571: Missing space after `==' (col 25): if (mode ==GWY_MASK_INCLUDE) { ./libprocess/stats_uncertainty.c:2607: Missing space after `,' (col 50): maskul,mode, x, y); ./libprocess/stats_uncertainty.c:2621: Missing space after `,' (col 48): mode,x, y); ./libprocess/stats_uncertainty.c:2640: Missing space after `,' (col 48): mode,y, x); ./libprocess/stats_uncertainty.c:2822: Empty line after opening brace (col 0) ./libprocess/stats_uncertainty.c:3180: Empty line before closing brace (col 4) ./libprocess/stats_uncertainty.c:3193: Missing space after `:' (col 61): target_line->data[0] = min? nstats/(max*max)*max_unc :0; ./libprocess/stats_uncertainty.c:3193: Missing space before `?' (col 34): target_line->data[0] = min? nstats/(max*max)*max_unc :0; ./libprocess/stats_uncertainty.c:3206: Missing space before `<' (col 25): for (k = 0; k< width; k++) { ./libprocess/stats_uncertainty.c:3214: Missing spaces around `+=' (col 40): target_line->data[m]+=nstats*nstats*urow[k]*urow[k]; ./libprocess/stats_uncertainty.c:3220: Missing space after `,' (col 31): valmin = g_new0(gdouble,nstats); ./libprocess/stats_uncertainty.c:3220: Trailing whitespace characters ./libprocess/stats_uncertainty.c:3221: Missing space after `,' (col 31): valmax = g_new0(gdouble,nstats); ./libprocess/stats_uncertainty.c:3221: Trailing whitespace characters ./libprocess/stats_uncertainty.c:3243: Line longer than 120 characters: target_line->data[m]+=valmin[m]*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3243: Missing spaces around `+=' (col 32): target_line->data[m]+=valmin[m]*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3244: Line longer than 120 characters: target_line->data[m]+=valmax[m]*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3244: Missing spaces around `+=' (col 32): target_line->data[m]+=valmax[m]*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3247: Missing space after `,' (col 53): m = (gint)((gwy_data_field_get_val(data_field,imin,jmin) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3247: Missing space after `,' (col 58): m = (gint)((gwy_data_field_get_val(data_field,imin,jmin) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3253: Line longer than 120 characters: target_line->data[m]+=2*nstats*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3253: Missing spaces around `+=' (col 28): target_line->data[m]+=2*nstats*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3255: Missing space after `,' (col 53): m = (gint)((gwy_data_field_get_val(data_field,imax,jmax) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3255: Missing space after `,' (col 58): m = (gint)((gwy_data_field_get_val(data_field,imax,jmax) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3261: Line longer than 120 characters: target_line->data[m]+=2*nstats*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3261: Missing spaces around `+=' (col 28): target_line->data[m]+=2*nstats*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3266: Empty line before closing brace (col 4) ./libprocess/stats_uncertainty.c:3267: Trailing whitespace characters ./libprocess/stats_uncertainty.c:3272: Missing space before `<' (col 25): for (k = 0; k< width; k++) { ./libprocess/stats_uncertainty.c:3279: Missing spaces around `+=' (col 36): target_line->data[m]+=nstats*nstats*urow[k]*urow[k]; ./libprocess/stats_uncertainty.c:3284: Missing space after `,' (col 31): valmin = g_new0(gdouble,nstats); ./libprocess/stats_uncertainty.c:3284: Trailing whitespace characters ./libprocess/stats_uncertainty.c:3285: Missing space after `,' (col 31): valmax = g_new0(gdouble,nstats); ./libprocess/stats_uncertainty.c:3285: Trailing whitespace characters ./libprocess/stats_uncertainty.c:3303: Line longer than 120 characters: target_line->data[m]+=valmin[m]*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3303: Missing spaces around `+=' (col 32): target_line->data[m]+=valmin[m]*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3304: Line longer than 120 characters: target_line->data[m]+=valmax[m]*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3304: Missing spaces around `+=' (col 32): target_line->data[m]+=valmax[m]*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3307: Missing space after `,' (col 53): m = (gint)((gwy_data_field_get_val(data_field,imin,jmin) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3307: Missing space after `,' (col 58): m = (gint)((gwy_data_field_get_val(data_field,imin,jmin) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3313: Line longer than 120 characters: target_line->data[m]+=2*nstats*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3313: Missing spaces around `+=' (col 28): target_line->data[m]+=2*nstats*valmin[m]*gwy_data_field_get_val(uncz_field, imin, jmin)*gwy_data_field_get_val(uncz_field, imin, jmin); ./libprocess/stats_uncertainty.c:3315: Missing space after `,' (col 53): m = (gint)((gwy_data_field_get_val(data_field,imax,jmax) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3315: Missing space after `,' (col 58): m = (gint)((gwy_data_field_get_val(data_field,imax,jmax) - min)/(max - min)*nstats); ./libprocess/stats_uncertainty.c:3321: Line longer than 120 characters: target_line->data[m]+=2*nstats*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3321: Missing spaces around `+=' (col 28): target_line->data[m]+=2*nstats*valmax[m]*gwy_data_field_get_val(uncz_field, imax, jmax)*gwy_data_field_get_val(uncz_field, imax, jmax); ./libprocess/stats_uncertainty.c:3328: Missing spaces around `=' (col 28): target_line->data[m]=sqrt(target_line->data[m]); ./libprocess/stats_uncertainty.c:3332: Empty line before closing brace (col 0) ./libprocess/stats_uncertainty.c:3574: Empty line before closing brace (col 4) ./libprocess/stats_uncertainty.c:3620: Line longer than 120 characters: unc = (uncx_field->data[xres-1]*uncx_field->data[xres-1]+uncx_field->data[0]*uncx_field->data[0])*gwy_data_field_get_yreal(uncy_field)*gwy_data_field_get_xreal(uncx_field); ./libprocess/stats_uncertainty.c:3621: Line longer than 120 characters: unc += (uncy_field->data[yres-1]*uncy_field->data[yres-1]+uncy_field->data[0]*uncy_field->data[0])*gwy_data_field_get_xreal(uncx_field)*gwy_data_field_get_xreal(uncx_field); ./libprocess/stats_uncertainty.c:3626: Empty line before closing brace (col 0) ./libprocess/stats_uncertainty.c:3688: Misaling parentheses content (col 12) ./libprocess/stats_uncertainty.c:3689: Misaling parentheses content (col 12) ./libprocess/cdline.c:410: Misaling parentheses content (col 16) ./libprocess/cdline.c:411: Misaling parentheses content (col 16) ./libprocess/cdline.c:412: Misaling parentheses content (col 16) ./libprocess/cdline.c:413: Misaling parentheses content (col 16) ./libprocess/cdline.c:416: Extra space after `(' (col 5): if ( (param[0]*param[0] - (x-param[1])*(x-param[1])) > 0.0) ./libprocess/cdline.c:440: Missing space before `{' (col 25): if (x[0] != x[n_dat-1]){ ./libprocess/cdline.c:441: More than one statement on a line (col 16): x1 = x[0]; y11 = y[0]; ./libprocess/cdline.c:442: More than one statement on a line (col 16): x2 = x[m]; y2 = y[m]; ./libprocess/cdline.c:443: More than one statement on a line (col 22): x3 = x[n_dat-1]; y3 = y[n_dat-1]; ./libprocess/cdline.c:445: Missing space before `{' (col 6): else{ ./libprocess/cdline.c:446: More than one statement on a line (col 16): x1 = x[m]; y11 = y[m]; ./libprocess/cdline.c:447: More than one statement on a line (col 22): x2 = x[n_dat-1]; y2 = y[n_dat-1]; ./libprocess/cdline.c:448: More than one statement on a line (col 16): x3 = x[0]; y3 = y[0]; ./libprocess/cdline.c:450: Extra space after `(' (col 7): ry = ( (x1-x3)*((x2-x1)*(x2-x1)+(y2-y11)*(y2-y11)) + (x2-x1)*((x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)) )/ ./libprocess/cdline.c:450: Extra space before `)' (col 99): ry = ( (x1-x3)*((x2-x1)*(x2-x1)+(y2-y11)*(y2-y11)) + (x2-x1)*((x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)) )/ ./libprocess/cdline.c:450: Line ends with an operator `/' (col 100): ry = ( (x1-x3)*((x2-x1)*(x2-x1)+(y2-y11)*(y2-y11)) + (x2-x1)*((x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)) )/ ./libprocess/cdline.c:451: Extra space after `(' (col 6): ( 2*((x2-x1)*(y3-y11)-(x3-x1)*(y2-y11)) ); ./libprocess/cdline.c:451: Extra space before `)' (col 46): ( 2*((x2-x1)*(y3-y11)-(x3-x1)*(y2-y11)) ); ./libprocess/cdline.c:452: Extra space after `(' (col 7): rx = ( (x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)+2*ry*(y3-y11) )/(-2*(x3-x1)); ./libprocess/cdline.c:452: Extra space before `)' (col 57): rx = ( (x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)+2*ry*(y3-y11) )/(-2*(x3-x1)); ./libprocess/cdline.c:456: Missing space before `{' (col 19): for (i=0;i<3;i++){ ./libprocess/cdline.c:456: Missing spaces around `<' (col 12): for (i=0;i<3;i++){ ./libprocess/cdline.c:456: Missing spaces around `=' (col 8): for (i=0;i<3;i++){ ./libprocess/cdline.c:463: Missing space before `{' (col 16): if (res > 0.0){ ./libprocess/cdline.c:466: Missing space before `{' (col 21): for (i=0;i<3;i++){ ./libprocess/cdline.c:466: Missing spaces around `<' (col 14): for (i=0;i<3;i++){ ./libprocess/cdline.c:466: Missing spaces around `=' (col 10): for (i=0;i<3;i++){ ./libprocess/cdline.c:484: Extra space after `(' (col 5): if ( (param[0]*param[0] - (x-param[1])*(x-param[1])) > 0.0) ./libprocess/cdline.c:508: Missing space before `{' (col 25): if (x[0] != x[n_dat-1]){ ./libprocess/cdline.c:509: More than one statement on a line (col 17): x1 = x[0]; y11 = y[0]; ./libprocess/cdline.c:510: More than one statement on a line (col 17): x2 = x[m]; y2 = y[m]; ./libprocess/cdline.c:511: More than one statement on a line (col 23): x3 = x[n_dat-1]; y3 = y[n_dat-1]; ./libprocess/cdline.c:513: Missing space before `{' (col 6): else{ ./libprocess/cdline.c:514: More than one statement on a line (col 15): x1 = x[m]; y11 = y[m]; ./libprocess/cdline.c:515: More than one statement on a line (col 21): x2 = x[n_dat-1]; y2 = y[n_dat-1]; ./libprocess/cdline.c:516: More than one statement on a line (col 15): x3 = x[0]; y3 = y[0]; ./libprocess/cdline.c:519: Extra space after `(' (col 7): ry = ( (x1-x3)*((x2-x1)*(x2-x1)+(y2-y11)*(y2-y11)) + (x2-x1)*((x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)) )/ ./libprocess/cdline.c:519: Extra space before `)' (col 99): ry = ( (x1-x3)*((x2-x1)*(x2-x1)+(y2-y11)*(y2-y11)) + (x2-x1)*((x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)) )/ ./libprocess/cdline.c:519: Line ends with an operator `/' (col 100): ry = ( (x1-x3)*((x2-x1)*(x2-x1)+(y2-y11)*(y2-y11)) + (x2-x1)*((x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)) )/ ./libprocess/cdline.c:520: Extra space after `(' (col 8): ( 2*((x2-x1)*(y3-y11)-(x3-x1)*(y2-y11)) ); ./libprocess/cdline.c:520: Extra space before `)' (col 48): ( 2*((x2-x1)*(y3-y11)-(x3-x1)*(y2-y11)) ); ./libprocess/cdline.c:521: Extra space after `(' (col 7): rx = ( (x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)+2*ry*(y3-y11) )/(-2*(x3-x1)); ./libprocess/cdline.c:521: Extra space before `)' (col 57): rx = ( (x3-x1)*(x3-x1)+(y3-y11)*(y3-y11)+2*ry*(y3-y11) )/(-2*(x3-x1)); ./libprocess/cdline.c:525: Missing space before `{' (col 19): for (i=0;i<3;i++){ ./libprocess/cdline.c:525: Missing spaces around `<' (col 12): for (i=0;i<3;i++){ ./libprocess/cdline.c:525: Missing spaces around `=' (col 8): for (i=0;i<3;i++){ ./libprocess/cdline.c:532: Missing space before `{' (col 16): if (res > 0.0){ ./libprocess/cdline.c:533: Missing space before `{' (col 21): for (i=0;i<3;i++){ ./libprocess/cdline.c:533: Missing spaces around `<' (col 14): for (i=0;i<3;i++){ ./libprocess/cdline.c:533: Missing spaces around `=' (col 10): for (i=0;i<3;i++){ ./libprocess/cdline.c:667: Misaling parentheses content (col 37) ./libprocess/grains-wshed.c:384: Empty line before closing brace (col 4) ./libprocess/grains-wshed.c:502: Empty line after opening brace (col 45) ./libprocess/grains-wshed.c:556: Missing space before `||' (col 48): if (idd == GRAIN_BARRIER || idd == 0|| idd == idr) ./libprocess/grains-wshed.c:561: Missing space before `||' (col 48): if (idd == GRAIN_BARRIER || idd == 0|| idd == idl) ./libprocess/peaks.c:396: Extra space before `)' (col 28): for (k = 0; k < p->len; ) { ./libprocess/mfm.h:59: Misaling parentheses content (col 54) ./libprocess/mfm.h:60: Misaling parentheses content (col 54) ./libprocess/correlation.h:40: Misaling parentheses content (col 37) ./libprocess/correlation.h:41: Misaling parentheses content (col 37) ./libprocess/correlation.h:42: Misaling parentheses content (col 37) ./libprocess/correlation.h:43: Misaling parentheses content (col 37) ./libprocess/correlation.h:44: Misaling parentheses content (col 37) ./libprocess/correlation.h:45: Misaling parentheses content (col 37) ./libprocess/correlation.h:46: Misaling parentheses content (col 37) ./libprocess/correlation.h:47: Misaling parentheses content (col 37) ./libprocess/correlation.h:69: Trailing whitespace characters ./libprocess/filters-minmax.c:1483: Empty line before closing brace (col 8) ./libprocess/filters-minmax.c:1593: Empty line after opening brace (col 0) ./libprocess/grains.c:306: Extra space after `(' (col 20): bin = min + ( (i + 0.5) * (max-min) / len ); ./libprocess/grains.c:306: Extra space before `)' (col 50): bin = min + ( (i + 0.5) * (max-min) / len ); ./libprocess/grains.c:1857: Empty line after opening brace (col 66) ./libprocess/level.c:577: Empty line after opening brace (col 0) ./libprocess/stats.c:703: Empty line before closing brace (col 0) ./libprocess/natural.h:34: Misaling parentheses content (col 19) ./libprocess/natural.h:46: Misaling parentheses content (col 24) ./libprocess/mfm.c:593: Space between function name and parenthesis (col 61): g_return_val_if_fail(!gwy_data_field_check_compatibility (dfield, shifted, GWY_DATA_COMPATIBILITY_RES), zshift); ./libprocess/brick.c:273: Empty line before closing brace (col 0) ./libprocess/brick.c:704: Misaling parentheses content (col 24) ./libprocess/brick.c:705: Misaling parentheses content (col 24) ./libprocess/brick.c:2229: Misaling parentheses content (col 24) ./libprocess/dataline.c:1640: Empty line before closing brace (col 0) ./libprocess/dataline.c:1713: Misaling parentheses content (col 24) ./libprocess/grains-values.c:1898: Empty line before closing brace (col 4) ./libprocess/grains-values.c:2193: Misaling parentheses content (col 23) ./libprocess/morph_lib.c:342: Misaling parentheses content (col 9) ./libprocess/morph_lib.c:888: Missing space after `:' (col 5): nextx:; ./libprocess/gwycaldata.c:62: Line longer than 120 characters: GwyDelaunayVertex *err_ps; //as all triangulation works for vectors, there are two separate meshes now which is stupid. ./libprocess/gwycaldata.c:86: Misaling parentheses content (col 51) ./libprocess/gwycaldata.c:89: Misaling parentheses content (col 51) ./libprocess/gwycaldata.c:90: Misaling parentheses content (col 51) ./libprocess/gwycaldata.c:195: Missing spaces around `==' (col 13): if (ndata==caldata->ndata) return; ./libprocess/gwycaldata.c:195: Statement for `if' on the same line (col 31): if (ndata==caldata->ndata) return; ./libprocess/gwycaldata.c:199: Missing spaces around `<' (col 15): for (i=0; indata + sec->ndata); i++) ./libprocess/gwycaldata.c:271: Missing spaces around `=' (col 10): for (i=from; i<(caldata->ndata + sec->ndata); i++) ./libprocess/gwycaldata.c:272: Opening brace on a separate line (col 4) ./libprocess/gwycaldata.c:303: Misaling parentheses content (col 24) ./libprocess/gwycaldata.c:391: Misaling parentheses content (col 26) ./libprocess/gwycaldata.c:392: Misaling parentheses content (col 26) ./libprocess/gwycaldata.c:448: Misaling parentheses content (col 14) ./libprocess/gwycaldata.c:589: Misaling parentheses content (col 28) ./libprocess/gwycaldata.c:616: Misaling parentheses content (col 28) ./libprocess/gwycaldata.c:643: Misaling parentheses content (col 28) ./libprocess/gwycaldata.c:668: Misaling parentheses content (col 33) ./libprocess/gwycaldata.c:670: Misaling parentheses content (col 33) ./libprocess/gwycaldata.c:701: Empty line after opening brace (col 0) ./libprocess/gwycaldata.c:871: Misaling parentheses content (col 21) ./libprocess/gwycaldata.c:872: Misaling parentheses content (col 21) ./libprocess/gwycaldata.c:898: Misaling parentheses content (col 21) ./libprocess/gwycaldata.c:899: Misaling parentheses content (col 21) ./libprocess/gwycaldata.c:926: Line ends with an operator `&&' (col 49): if (x >= caldata->x_from && x<=caldata->x_to && ./libprocess/gwycaldata.c:926: Missing spaces around `<=' (col 33): if (x >= caldata->x_from && x<=caldata->x_to && ./libprocess/gwycaldata.c:927: Line ends with an operator `&&' (col 49): y >= caldata->y_from && y<=caldata->y_to && ./libprocess/gwycaldata.c:927: Missing spaces around `<=' (col 33): y >= caldata->y_from && y<=caldata->y_to && ./libprocess/gwycaldata.c:928: Missing spaces around `<=' (col 33): z >= caldata->z_from && z<=caldata->z_to) return TRUE; ./libprocess/gwycaldata.c:928: Statement for `if' on the same line (col 50): z >= caldata->z_from && z<=caldata->z_to) return TRUE; ./libprocess/simplefft.c:101: Double semicolon (col 16): for (r = 1; ; ) { ./libprocess/simplefft.c:101: Extra space before `)' (col 18): for (r = 1; ; ) { ./libprocess/linestats.c:126: Double semicolon (col 25): res = data_line->res;; ./libprocess/linestats.c:126: More than one statement on a line (col 25): res = data_line->res;; ./libprocess/stats-sum.c:367: Space after unary `+' (col 40): sum += ((maskul[0] > 0.0) + + (maskul[width-1] > 0.0) ./libprocess/gwycalibration.c:37: Misaling parentheses content (col 49) ./libprocess/gwycalibration.c:98: Opening brace on a separate line (col 4) ./libprocess/gwycalibration.c:109: Empty line before closing brace (col 0) ./libprocess/gwycalibration.c:248: Missing spaces around `=' (col 42): gchar *str, *p, *line, *key, *filename=NULL, *value; ./libprocess/arithmetic.c:829: Line longer than 120 characters: shared(in,out,h,xpos,ypos,xres,width,inrowstride,outrowstride,extend_up,extend_left,extend_right,fill_value,extend_row) ./libprocess/arithmetic.c:860: Line longer than 120 characters: shared(in,out2,xres,yres,xpos,ypos,yres2,width,height,inrowstride,outrowstride,extend_left,extend_right,extend_down,value) ./libprocess/arithmetic.c:875: Line longer than 120 characters: shared(in,out2,xres,yres,xpos,ypos,yres2,width,height,inrowstride,outrowstride,extend_left,extend_right,extend_up,extend_down,k0,value) ./libprocess/arithmetic.c:907: Line longer than 120 characters: shared(in,out2,xres,yres,xpos,ypos,width,height,inrowstride,outrowstride,extend_left,extend_right,extend_down,value) ./libprocess/arithmetic.c:920: Line longer than 120 characters: shared(in,out2,xres,yres,xpos,ypos,width,height,inrowstride,outrowstride,extend_left,extend_right,extend_up,extend_down,k0,value) ./libprocess/arithmetic.c:950: Line longer than 120 characters: shared(in,out2,xres,yres,xpos,ypos,width,height,inrowstride,outrowstride,extend_left,extend_right,extend_down,value) ./libprocess/arithmetic.c:960: Line longer than 120 characters: shared(in,out2,xres,yres,xpos,ypos,width,height,inrowstride,outrowstride,extend_left,extend_right,extend_up,extend_down,value) ./libprocess/filters-convdeconv.c:947: Missing space after `=' (col 22): if (!(extend_rect =_gwy_get_rect_extend_func(exterior))) ./libprocess/gwygrainvalue.c:680: Misaling parentheses content (col 32) ./libprocess/gwygrainvalue.c:682: Misaling parentheses content (col 32) ./libprocess/dwt.c:260: Empty line before closing brace (col 0) ./libprocess/dwt.c:302: Empty line before closing brace (col 0) ./libprocess/dwt.c:574: Empty line after opening brace (col 46) ./libprocess/dwt.c:655: Missing space after `-=' (col 30): *drow -=threshold; ./libprocess/dwt.c:865: Missing spaces around `>' (col 47): if ((fabs(*bldrow) - fabs(*trdrow))>(rms/threshold)) { ./libprocess/hough.h:44: Misaling parentheses content (col 31) ./libprocess/hough.h:45: Misaling parentheses content (col 31) ./libprocess/hough.h:46: Misaling parentheses content (col 31) ./libprocess/hough.h:47: Misaling parentheses content (col 31) ./libprocess/hough.h:50: Misaling parentheses content (col 31) ./libprocess/hough.h:51: Misaling parentheses content (col 31) ./libprocess/hough.h:52: Misaling parentheses content (col 31) ./libprocess/hough.h:53: Misaling parentheses content (col 31) ./libprocess/gwycaldata.h:58: Trailing whitespace characters ./libprocess/gwycaldata.h:60: Trailing whitespace characters ./thumbnailer/gwyddion-thumbnailer.c:447: Missing spaces around `=' (col 10): id=channel; ./thumbnailer/gwyddion-thumbnailer.c:526: Line ends with an operator `=' (col 26): const gchar *thumbdir = ./modules/plugin-proxy.c:245: Misaling parentheses content (col 24) ./modules/layer/cross.c:809: Misaling parentheses content (col 36) ./modules/layer/point.c:260: Empty line before closing brace (col 0) ./modules/layer/point.c:983: Misaling parentheses content (col 30) ./modules/layer/point.c:987: Misaling parentheses content (col 28) ./modules/layer/line.c:238: Misaling parentheses content (col 27) ./modules/layer/line.c:239: Misaling parentheses content (col 27) ./modules/layer/line.c:319: Misaling parentheses content (col 29) ./modules/layer/line.c:320: Misaling parentheses content (col 29) ./modules/layer/line.c:321: Misaling parentheses content (col 29) ./modules/layer/line.c:346: Misaling parentheses content (col 29) ./modules/layer/line.c:347: Misaling parentheses content (col 29) ./modules/layer/line.c:348: Misaling parentheses content (col 29) ./modules/layer/path.c:930: Misaling parentheses content (col 31) ./modules/layer/path.c:934: Misaling parentheses content (col 29) ./modules/xyz/xyz_crop.c:62: Empty line before closing brace (col 0) ./modules/xyz/xyz_crop.c:145: Trailing whitespace characters ./modules/xyz/xyz_drift.c:107: Empty line before closing brace (col 0) ./modules/xyz/xyz_drift.c:131: Empty line before closing brace (col 0) ./modules/xyz/xyz_drift.c:185: Empty line before closing brace (col 0) ./modules/xyz/xyz_drift.c:190: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:192: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:193: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:194: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:236: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:237: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:238: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:243: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:245: Misaling parentheses content (col 45) ./modules/xyz/xyz_drift.c:340: Line longer than 120 characters: //printf("title %d = %s, key \"%s\", \"%s\" %d\n", i, title, g_quark_to_string(key), "Timestamp", gwy_strequal(g_quark_to_string(key), "Timestamp")); ./modules/xyz/xyz_drift.c:361: Missing spaces around `<' (col 18): for (i=0; i' (col 14): if ((*diff)>0) { ./modules/xyz/xyz_drift.c:1361: Missing spaces around `*=' (col 25): if (pvgraph_type == GWY_XYZDRIFT_GRAPH_X) gwy_graph_curve_model_set_data(gcmodel, controls->rdata->time, controls->rdata->xdrift, controls->rdata->npoints); ./modules/xyz/xyz_drift.c:1390: Statement for `if' on the same line (col 50): if (args->graph_type == GWY_XYZDRIFT_GRAPH_X) gwy_graph_curve_model_set_data(gcmodel, controls->rdata->time, controls->rdata->xdrift, controls->rdata->npoints); ./modules/xyz/xyz_drift.c:1391: Line longer than 120 characters: else if (args->graph_type == GWY_XYZDRIFT_GRAPH_Y) gwy_graph_curve_model_set_data(gcmodel, controls->rdata->time, controls->rdata->ydrift, controls->rdata->npoints); ./modules/xyz/xyz_drift.c:1391: Statement for `if' on the same line (col 55): else if (args->graph_type == GWY_XYZDRIFT_GRAPH_Y) gwy_graph_curve_model_set_data(gcmodel, controls->rdata->time, controls->rdata->ydrift, controls->rdata->npoints); ./modules/xyz/xyz_drift.c:1392: Line longer than 120 characters: else gwy_graph_curve_model_set_data(gcmodel, controls->rdata->time, controls->rdata->zdrift, controls->rdata->npoints); ./modules/xyz/xyz_drift.c:1392: Statement for `else' on the same line (col 9): else gwy_graph_curve_model_set_data(gcmodel, controls->rdata->time, controls->rdata->zdrift, controls->rdata->npoints); ./modules/xyz/xyz_drift.c:1396: Empty line before closing brace (col 0) ./modules/xyz/xyz_drift.c:1400: Misaling parentheses content (col 13) ./modules/xyz/xyz_drift.c:1408: Line longer than 120 characters: args->threshold_length = gtk_adjustment_get_value(GTK_ADJUSTMENT(controls->threshold_length))*controls->rdata->xymag; ./modules/xyz/xyz_drift.c:1414: Misaling parentheses content (col 13) ./modules/xyz/xyz_drift.c:1423: Misaling parentheses content (col 13) ./modules/xyz/xyz_drift.c:1454: Missing spaces around `<' (col 15): for (i=0; itt) { ./modules/xyz/xyz_drift.c:1546: Line ends with an operator `+' (col 103): sdist = (points[index].x - points[bindex].x)*(points[index].x - points[bindex].x) + ./modules/xyz/xyz_drift.c:1549: Line longer than 120 characters: // printf("%d %d %g %g %g %g %g\n", index, bindex, points[index].x, points[index].y, points[bindex].x, points[bindex].y, sdist); ./modules/xyz/xyz_drift.c:1551: Missing spaces around `<' (col 30): if (sdist=0) { ./modules/xyz/xyz_drift.c:1590: Line longer than 120 characters: // fprintf(fw, "closest %d %d %g %g %g %g %g %g %g %g %g\n", i, closest, points[i].x, points[i].y, points[closest].x, points[closest].y, points[i].z, points[closest].z, time[i], time[closest], time[i]-time[closest]); ./modules/xyz/xyz_drift.c:1597: Missing spaces around `<' (col 22): for (i=0; idialog, nnbs)) return FALSE; ./modules/xyz/xyz_drift.c:1786: Missing spaces around `<' (col 15): for (i=0; iargs->zdrift_type==GWY_XYZDRIFT_ZMETHOD_POLYNOM) { ./modules/xyz/xyz_drift.c:1803: Missing spaces around `==' (col 40): else if (controls->args->zdrift_type==GWY_XYZDRIFT_ZMETHOD_EXPONENTIAL) { ./modules/xyz/xyz_drift.c:1838: Line longer than 120 characters: get_xydrift_error(XYZDriftControls *controls, GwyXYZ *points, GwyXYZ *corpoints, gint npoints, gdouble *time, gdouble *xdrift, gdouble *ydrift, gdouble *zdrift, ./modules/xyz/xyz_drift.c:1845: Statement for `if' on the same line (col 56): if (!gwy_app_wait_set_fraction(controls->fraction)) return -1; ./modules/xyz/xyz_drift.c:1850: Misaling parentheses content (col 21) ./modules/xyz/xyz_drift.c:1854: Misaling parentheses content (col 24) ./modules/xyz/xyz_drift.c:1858: Line longer than 120 characters: controls->args->xmax - controls->args->xmin, controls->args->ymax - controls->args->ymin, controls->args->xmin, controls->args->ymin, ./modules/xyz/xyz_drift.c:1863: Statement for `if' on the same line (col 51): if (!check_nbs_errors(controls->dialog, nnbs)) return -1; ./modules/xyz/xyz_drift.c:1871: Line longer than 120 characters: estimate_drift(XYZDriftControls *controls, GwyXYZ *points, GwyXYZ *corpoints, gint npoints, gdouble *time, gdouble *xdrift, gdouble *ydrift, gdouble *zdrift) ./modules/xyz/xyz_drift.c:1915: Line longer than 120 characters: total = (gdouble)(2*(gint)controls->args->fit_xdrift + 2*(gint)controls->args->fit_ydrift + (gint)controls->args->fit_zdrift)*controls->args->iterations; ./modules/xyz/xyz_drift.c:1924: Opening brace on a separate line (col 11) ./modules/xyz/xyz_drift.c:1928: Misaling parentheses content (col 18) ./modules/xyz/xyz_drift.c:1928: Statement for `if' on the same line (col 59): bx, cx, by, cy, &bz, &cz, nbfrom, nbto)) break; ./modules/xyz/xyz_drift.c:1932: Statement for `if' on the same line (col 67): if (!gwy_app_wait_set_fraction(controls->fraction)) break; ./modules/xyz/xyz_drift.c:1934: Empty line before closing brace (col 11) ./modules/xyz/xyz_drift.c:1938: Opening brace on a separate line (col 11) ./modules/xyz/xyz_drift.c:1945: Misaling parentheses content (col 22) ./modules/xyz/xyz_drift.c:1947: Missing spaces around `==' (col 23): if (vpbx==-1) break; ./modules/xyz/xyz_drift.c:1947: Statement for `if' on the same line (col 29): if (vpbx==-1) break; ./modules/xyz/xyz_drift.c:1954: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:1956: Missing spaces around `==' (col 22): if (vbx==-1) break; ./modules/xyz/xyz_drift.c:1956: Statement for `if' on the same line (col 28): if (vbx==-1) break; ./modules/xyz/xyz_drift.c:1958: Line longer than 120 characters: //printf("start finding minimum at %g (value %g) %g (value %g) with diff %g\n", pbx, vpbx, bx, vbx, diff); ./modules/xyz/xyz_drift.c:1968: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:1970: Line longer than 120 characters: //printf("minimum search: pbx %g vpbx %g bx %g vbx %g diff %g go to %g\n", pbx, vpbx, bx, vbx, diff, next); ./modules/xyz/xyz_drift.c:1977: Missing spaces around `<' (col 38): } while (!done && intit<100); ./modules/xyz/xyz_drift.c:1981: Statement for `if' on the same line (col 67): if (!gwy_app_wait_set_fraction(controls->fraction)) break; ./modules/xyz/xyz_drift.c:1984: Opening brace on a separate line (col 11) ./modules/xyz/xyz_drift.c:1990: Misaling parentheses content (col 22) ./modules/xyz/xyz_drift.c:1992: Missing spaces around `==' (col 23): if (vpcx==-1) break; ./modules/xyz/xyz_drift.c:1992: Statement for `if' on the same line (col 29): if (vpcx==-1) break; ./modules/xyz/xyz_drift.c:1999: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:2001: Missing spaces around `==' (col 22): if (vcx==-1) break; ./modules/xyz/xyz_drift.c:2001: Statement for `if' on the same line (col 28): if (vcx==-1) break; ./modules/xyz/xyz_drift.c:2003: Line longer than 120 characters: //printf("start finding minimum at %g (value %g) %g (value %g) with diff %g\n", pcx, vpcx, cx, vcx, diff); ./modules/xyz/xyz_drift.c:2013: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:2015: Line longer than 120 characters: //printf("minimum search: pcx %g vpcx %g cx %g vcx %g diff %g go to %g\n", pcx, vpcx, cx, vcx, diff, next); ./modules/xyz/xyz_drift.c:2022: Missing spaces around `<' (col 38): } while (!done && intit<100); ./modules/xyz/xyz_drift.c:2026: Statement for `if' on the same line (col 67): if (!gwy_app_wait_set_fraction(controls->fraction)) break; ./modules/xyz/xyz_drift.c:2030: Opening brace on a separate line (col 11) ./modules/xyz/xyz_drift.c:2036: Misaling parentheses content (col 22) ./modules/xyz/xyz_drift.c:2038: Missing spaces around `==' (col 23): if (vpby==-1) break; ./modules/xyz/xyz_drift.c:2038: Statement for `if' on the same line (col 29): if (vpby==-1) break; ./modules/xyz/xyz_drift.c:2045: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:2047: Missing spaces around `==' (col 22): if (vby==-1) break; ./modules/xyz/xyz_drift.c:2047: Statement for `if' on the same line (col 28): if (vby==-1) break; ./modules/xyz/xyz_drift.c:2049: Line longer than 120 characters: //printf("start finding minimum at %g (value %g) %g (value %g) with diff %g\n", pby, vpby, by, vby, diff); ./modules/xyz/xyz_drift.c:2059: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:2061: Line longer than 120 characters: //printf("minimum search: pby %g vpby %g by %g vby %g diff %g go to %g\n", pby, vpby, by, vby, diff, next); ./modules/xyz/xyz_drift.c:2068: Missing spaces around `<' (col 38): } while (!done && intit<100); ./modules/xyz/xyz_drift.c:2072: Statement for `if' on the same line (col 67): if (!gwy_app_wait_set_fraction(controls->fraction)) break; ./modules/xyz/xyz_drift.c:2075: Opening brace on a separate line (col 11) ./modules/xyz/xyz_drift.c:2081: Misaling parentheses content (col 22) ./modules/xyz/xyz_drift.c:2083: Missing spaces around `==' (col 23): if (vpcy==-1) break; ./modules/xyz/xyz_drift.c:2083: Statement for `if' on the same line (col 29): if (vpcy==-1) break; ./modules/xyz/xyz_drift.c:2090: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:2092: Missing spaces around `==' (col 22): if (vcy==-1) break; ./modules/xyz/xyz_drift.c:2092: Statement for `if' on the same line (col 28): if (vcy==-1) break; ./modules/xyz/xyz_drift.c:2094: Line longer than 120 characters: //printf("start finding minimum at %g (value %g) %g (value %g) with diff %g\n", pcy, vpcy, cy, vcy, diff); ./modules/xyz/xyz_drift.c:2104: Misaling parentheses content (col 25) ./modules/xyz/xyz_drift.c:2106: Line longer than 120 characters: //printf("minimum search: pcy %g vpcy %g cy %g vcy %g diff %g go to %g\n", pcy, vpcy, cy, vcy, diff, next); ./modules/xyz/xyz_drift.c:2113: Missing spaces around `<' (col 38): } while (!done && intit<100); ./modules/xyz/xyz_drift.c:2118: Statement for `if' on the same line (col 67): if (!gwy_app_wait_set_fraction(controls->fraction)) break; ./modules/xyz/xyz_drift.c:2123: Missing spaces around `<' (col 22): } while (iterationargs->iterations); ./modules/xyz/xyz_drift.c:2173: Empty line before closing brace (col 0) ./modules/xyz/xyz_drift.c:2209: Misaling parentheses content (col 20) ./modules/xyz/xyz_drift.c:2210: Misaling parentheses content (col 20) ./modules/xyz/xyz_drift.c:2211: Misaling parentheses content (col 20) ./modules/xyz/xyz_drift.c:2234: Line longer than 120 characters: if (args->graph_type == GWY_XYZDRIFT_GRAPH_X) gwy_graph_curve_model_set_data(gcmodel, rdata->time, rdata->xdrift, rdata->npoints); ./modules/xyz/xyz_drift.c:2234: Statement for `if' on the same line (col 50): if (args->graph_type == GWY_XYZDRIFT_GRAPH_X) gwy_graph_curve_model_set_data(gcmodel, rdata->time, rdata->xdrift, rdata->npoints); ./modules/xyz/xyz_drift.c:2235: Line longer than 120 characters: else if (args->graph_type == GWY_XYZDRIFT_GRAPH_Y) gwy_graph_curve_model_set_data(gcmodel, rdata->time, rdata->ydrift, rdata->npoints); ./modules/xyz/xyz_drift.c:2235: Statement for `if' on the same line (col 55): else if (args->graph_type == GWY_XYZDRIFT_GRAPH_Y) gwy_graph_curve_model_set_data(gcmodel, rdata->time, rdata->ydrift, rdata->npoints); ./modules/xyz/xyz_drift.c:2236: Statement for `else' on the same line (col 9): else gwy_graph_curve_model_set_data(gcmodel, rdata->time, rdata->zdrift, rdata->npoints); ./modules/xyz/xyz_drift.c:2252: Misaling parentheses content (col 10) ./modules/xyz/xyz_drift.c:2253: Misaling parentheses content (col 10) ./modules/xyz/xyz_drift.c:2254: Misaling parentheses content (col 10) ./modules/xyz/xyz_drift.c:2371: Empty line before closing brace (col 0) ./modules/xyz/xyz_drift.c:2375: Misaling parentheses content (col 17) ./modules/xyz/xyz_drift.c:2404: Misaling parentheses content (col 17) ./modules/xyz/xyz_drift.c:2426: Empty line before closing brace (col 0) ./modules/xyz/xyz_raster.c:311: Misaling parentheses content (col 19) ./modules/xyz/xyz_zdrift.c:458: Misaling parentheses content (col 46) ./modules/tools/filter.c:513: Extra return parentheses (col 11) ./modules/tools/filter.c:519: Extra return parentheses (col 11) ./modules/tools/maskedit.c:779: Misaling parentheses content (col 32) ./modules/tools/maskedit.c:780: Misaling parentheses content (col 32) ./modules/tools/maskedit.c:781: Misaling parentheses content (col 32) ./modules/tools/maskedit.c:788: Misaling parentheses content (col 35) ./modules/tools/maskedit.c:789: Misaling parentheses content (col 35) ./modules/tools/maskedit.c:790: Misaling parentheses content (col 35) ./modules/tools/sfunctions.c:924: Extra return parentheses (col 11) ./modules/tools/sfunctions.c:944: Extra return parentheses (col 11) ./modules/tools/icolorange.c:352: Space between function name and parenthesis (col 50): tool->rlabels = gwy_rect_selection_labels_new (TRUE, G_CALLBACK(gwy_tool_crop_rect_updated), tool); ./modules/volume/volume_removeframe.c:171: Opening brace on a separate line (col 4) ./modules/volume/volume_removeframe.c:174: Misaling parentheses content (col 28) ./modules/volume/volume_removeframe.c:175: Misaling parentheses content (col 28) ./modules/volume/volume_removeframe.c:176: Misaling parentheses content (col 28) ./modules/volume/volume_removeframe.c:177: Misaling parentheses content (col 28) ./modules/volume/volume_removeframe.c:267: Trailing whitespace characters ./modules/volume/volume_removeframe.c:273: Trailing whitespace characters ./modules/volume/volume_removeframe.c:337: Trailing whitespace characters ./modules/volume/volume_facetlevel.c:117: Opening brace on a separate line (col 12) ./modules/volume/volume_xystitch.c:819: Trailing whitespace characters ./modules/volume/volume_xystitch.c:821: Trailing whitespace characters ./modules/volume/volume_xystitch.c:834: Trailing whitespace characters ./modules/volume/volume_xystitch.c:903: Missing spaces around `<' (col 18): if (xorder<7) { ./modules/volume/volume_xystitch.c:904: Missing spaces around `<' (col 21): if (xorder<6) { ./modules/volume/volume_xystitch.c:905: Missing spaces around `<' (col 24): if (xorder<5) { ./modules/volume/volume_xystitch.c:906: Missing spaces around `<' (col 27): if (xorder<4) { ./modules/volume/volume_xystitch.c:907: Missing spaces around `<' (col 31): if (xorder<3) { ./modules/volume/volume_xystitch.c:908: Missing spaces around `<' (col 35): if (xorder<2) { //xorder 1 ./modules/volume/volume_xystitch.c:920: Trailing whitespace characters ./modules/volume/volume_xystitch.c:921: Empty line before closing brace (col 20) ./modules/volume/volume_xystitch.c:939: Trailing whitespace characters ./modules/volume/volume_xystitch.c:940: Missing spaces around `<' (col 18): if (yorder<4) { ./modules/volume/volume_xystitch.c:941: Missing spaces around `<' (col 22): if (yorder<3) { ./modules/volume/volume_xystitch.c:942: Missing spaces around `<' (col 26): if (yorder<2) { //yorder 1 ./modules/volume/volume_xystitch.c:954: Trailing whitespace characters ./modules/volume/volume_xystitch.c:955: Empty line before closing brace (col 11) ./modules/volume/volume_xystitch.c:964: Trailing whitespace characters ./modules/volume/volume_xystitch.c:968: Missing spaces around `<' (col 29): for (k=(res-npoly); k' (col 22): if (doz && (xorder>1 || yorder>1)) ./modules/volume/volume_xystitch.c:1073: Missing spaces around `>' (col 34): if (doz && (xorder>1 || yorder>1)) ./modules/volume/volume_xystitch.c:1110: Trailing whitespace characters ./modules/volume/volume_xystitch.c:1115: Space after unary `+' (col 55): + polynome[12]*mx*mx*mx*mx*mx + + polynome[13]*mx*mx*mx*mx*mx*mx ./modules/volume/volume_xystitch.c:1119: Trailing whitespace characters ./modules/volume/volume_xystitch.c:1121: Trailing whitespace characters ./modules/volume/volume_xystitch.c:1122: Trailing whitespace characters ./modules/volume/volume_xystitch.c:1124: Space after unary `+' (col 78): + polynome[12]*mx*mx*mx*mx*mx + + polynome[13]*mx*mx*mx*mx*mx*mx ./modules/volume/volume_xyarithmetics.c:214: Misaling parentheses content (col 21) ./modules/volume/volume_xyarithmetics.c:352: Missing spaces around `==' (col 13): if (i==0) { ./modules/volume/volume_xyarithmetics.c:559: Missing space before `{' (col 15): if (!nd[0]){ ./modules/volume/volume_xyarithmetics.c:559: Trailing whitespace characters ./modules/volume/volume_xyarithmetics.c:669: Missing spaces around `==' (col 13): if (i==0) ./modules/volume/volume_xyarithmetics.c:669: Trailing whitespace characters ./modules/volume/volume_psf.c:630: Misaling parentheses content (col 27) ./modules/volume/volume_psf.c:631: Misaling parentheses content (col 27) ./modules/volume/volume_psf.c:632: Misaling parentheses content (col 27) ./modules/volume/volume_psf.c:633: Misaling parentheses content (col 27) ./modules/volume/volume_psf.c:634: Misaling parentheses content (col 27) ./modules/volume/volume_psf.c:1046: Extra return parentheses (col 11) ./modules/volume/volume_meanplanelevel.c:38: Misaling parentheses content (col 34) ./modules/volume/volume_scars.c:177: Empty line after opening brace (col 69) ./modules/volume/volume_mfmrecalc.c:306: Missing space after `if' (col 9): else if(gwy_si_unit_equal_string(wunit, "V")) ./modules/volume/volume_asciiexport.c:178: Line ends with an operator `=' (col 36): static const gchar vtk_header[] = ./modules/volume/volume_addframe.c:89: Trailing whitespace characters ./modules/volume/volume_addframe.c:90: Trailing whitespace characters ./modules/volume/volume_addframe.c:226: Misaling parentheses content (col 34) ./modules/volume/volume_addframe.c:322: Trailing whitespace characters ./modules/volume/volume_addframe.c:325: Trailing whitespace characters ./modules/volume/volume_addframe.c:335: Statement for `if' on the same line (col 25): if (args->after) level++; ./modules/volume/volume_addframe.c:339: Statement for `if' on the same line (col 28): if (k == level) gwy_brick_set_xy_plane(newbrick, addfield, k); ./modules/volume/volume_extract.c:260: Misaling parentheses content (col 33) ./modules/volume/volume_extract.c:264: Missing space after `,' (col 44): gtk_dialog_add_button(GTK_DIALOG(dialog),_("_Reset"), RESPONSE_RESET); ./modules/volume/volume_extract.c:269: Misaling parentheses content (col 26) ./modules/volume/volume_extract.c:271: Misaling parentheses content (col 26) ./modules/volume/volume_extract.c:448: Misaling parentheses content (col 42) ./modules/volume/volume_extract.c:514: Misaling parentheses content (col 32) ./modules/volume/volume_extract.c:610: Space between function name and parenthesis (col 41): dialog = gtk_file_chooser_dialog_new (_("Export 3D view"), ./modules/volume/volume_extract.c:617: Space between function name and parenthesis (col 34): if (gtk_dialog_run(GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT) { ./modules/volume/volume_extract.c:814: Misaling parentheses content (col 27) ./modules/volume/volume_extract.c:815: Misaling parentheses content (col 27) ./modules/volume/volume_extract.c:1107: Misaling parentheses content (col 17) ./modules/volume/volume_extract.c:1396: Misaling parentheses content (col 29) ./modules/volume/volume_extract.c:1397: Misaling parentheses content (col 29) ./modules/volume/volume_extract.c:1567: Extra space after `->' (col 111): visited = gwy_data_field_new(yres, zres, gwy_brick_get_yreal(controls->brick), gwy_brick_get_zreal(controls-> brick), FALSE); ./modules/volume/volume_extract.c:1567: Line longer than 120 characters: visited = gwy_data_field_new(yres, zres, gwy_brick_get_yreal(controls->brick), gwy_brick_get_zreal(controls-> brick), FALSE); ./modules/cmap/cmap_lockin.c:657: Misaling parentheses content (col 29) ./modules/cmap/cmap_possearch.c:393: Empty line before closing brace (col 4) ./modules/cmap/cmap_fztofd.c:146: Empty line after opening brace (col 0) ./modules/cmap/cmap_fztofd.c:166: Misaling parentheses content (col 31) ./modules/cmap/cmap_fztofd.c:197: Misaling parentheses content (col 37) ./modules/cmap/cmap_fztofd.c:366: Empty line before closing brace (col 0) ./modules/cmap/cmap_fztofd.c:406: Empty line before closing brace (col 0) ./modules/cmap/cmap_fztofd.c:425: Trailing whitespace characters ./modules/cmap/cmap_fztofd.c:432: Trailing whitespace characters ./modules/cmap/cmap_fztofd.c:434: Trailing whitespace characters ./modules/cmap/cmap_fztofd.c:473: Trailing whitespace characters ./modules/cmap/cmap_align.c:205: Misaling parentheses content (col 37) ./modules/cmap/cmap_fdfit.c:63: Empty line before closing brace (col 0) ./modules/cmap/cmap_fdfit.c:131: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:132: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:419: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:430: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:433: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:617: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:657: Statement for `if' on the same line (col 30): if (!use_adhesion) fix_changed(GTK_TOGGLE_BUTTON(cntrl->fix), gui); ./modules/cmap/cmap_fdfit.c:877: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:896: Statement for `if' on the same line (col 20): if (!fitok) mdata[k] = 1.0; ./modules/cmap/cmap_fdfit.c:1074: Missing spaces around `>' (col 20): if (nbaseline>0) baseline /= nbaseline; ./modules/cmap/cmap_fdfit.c:1074: Statement for `if' on the same line (col 24): if (nbaseline>0) baseline /= nbaseline; ./modules/cmap/cmap_fdfit.c:1082: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:1083: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:1085: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:1088: Missing space after `>=' (col 26): if (adhesion_index >=0) { ./modules/cmap/cmap_fdfit.c:1093: Empty line before closing brace (col 4) ./modules/cmap/cmap_fdfit.c:1154: Trailing whitespace characters ./modules/cmap/cmap_fdfit.c:1156: Trailing whitespace characters ./modules/cmap/cmap_sinebg.c:97: Trailing whitespace characters ./modules/cmap/cmap_sinebg.c:104: Trailing whitespace characters ./modules/cmap/cmap_sinebg.c:427: Trailing whitespace characters ./modules/cmap/cmap_sinebg.c:572: Trailing whitespace characters ./modules/cmap/cmap_simplemech.c:702: Missing spaces around `>' (col 17): if (nbaseline>0) baseline /= nbaseline; ./modules/cmap/cmap_simplemech.c:702: Statement for `if' on the same line (col 21): if (nbaseline>0) baseline /= nbaseline; ./modules/cmap/cmap_simplemech.c:703: Statement for `else' on the same line (col 9): else baseline = yadata[nadata-1]; ./modules/pygwy/pygwy-console.c:548: Trailing whitespace characters ./modules/pygwy/pygwy.c:321: Line ends with an operator `=' (col 50): static const gchar sys_path_append_template[] = ./modules/pygwy/pygwy.c:386: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:14: Space after unary `*' (col 15): PyObject *(* gdkAtom_new)(GdkAtom atom); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:15: Space after unary `*' (col 15): gboolean (* rectangle_from_pyobject)(PyObject *object, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:16: Misaling parentheses content (col 7) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:16: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:66: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:67: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:68: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:69: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:70: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:71: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygtk/pygtk.h:74: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:16: Space after unary `*' (col 14): typedef void (* PyClosureExceptionHandler) (GValue *ret, guint n_param_values, const GValue *params); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:39: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:48: Empty line before closing brace (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:85: Misaling parentheses content (col 13) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:85: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:88: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:92: Space after unary `*' (col 10): void (* register_class)(PyObject *dict, const gchar *class_name, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:93: Misaling parentheses content (col 7) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:93: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:94: Space after unary `*' (col 10): void (* register_wrapper)(PyObject *self); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:95: Space after unary `*' (col 10): void (* register_sinkfunc)(GType type, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:96: Misaling parentheses content (col 10) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:96: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:96: Space after unary `*' (col 16): void (* sinkfunc)(GObject *object)); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:97: Space after unary `*' (col 19): PyTypeObject *(* lookup_class)(GType type); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:98: Space after unary `*' (col 15): PyObject *(* newgobj)(GObject *obj); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:100: Space after unary `*' (col 15): GClosure *(* closure_new)(PyObject *callback, PyObject *extra_args, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:101: Misaling parentheses content (col 9) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:101: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:102: Space after unary `*' (col 15): void (* object_watch_closure)(PyObject *self, GClosure *closure); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:105: Space after unary `*' (col 11): GType (* type_from_object)(PyObject *obj); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:106: Space after unary `*' (col 15): PyObject *(* type_wrapper_new)(GType type); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:108: Space after unary `*' (col 10): gint (* enum_get_value)(GType enum_type, PyObject *obj, gint *val); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:109: Space after unary `*' (col 10): gint (* flags_get_value)(GType flag_type, PyObject *obj, gint *val); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:110: Space after unary `*' (col 10): void (* register_gtype_custom)(GType gtype, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:111: Misaling parentheses content (col 7) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:111: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:111: Space after unary `*' (col 18): PyObject *(* from_func)(const GValue *value), ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:112: Misaling parentheses content (col 7) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:112: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:112: Space after unary `*' (col 12): int (* to_func)(GValue *value, PyObject *obj)); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:113: Space after unary `*' (col 9): int (* value_from_pyobject)(GValue *value, PyObject *obj); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:114: Space after unary `*' (col 15): PyObject *(* value_as_pyobject)(const GValue *value, gboolean copy_boxed); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:116: Space after unary `*' (col 10): void (* register_interface)(PyObject *dict, const gchar *class_name, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:117: Misaling parentheses content (col 4) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:117: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:120: Space after unary `*' (col 10): void (* register_boxed)(PyObject *dict, const gchar *class_name, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:121: Misaling parentheses content (col 7) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:121: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:122: Space after unary `*' (col 15): PyObject *(* boxed_new)(GType boxed_type, gpointer boxed, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:123: Misaling parentheses content (col 7) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:123: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:126: Space after unary `*' (col 10): void (* register_pointer)(PyObject *dict, const gchar *class_name, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:127: Misaling parentheses content (col 9) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:127: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:128: Space after unary `*' (col 15): PyObject *(* pointer_new)(GType boxed_type, gpointer pointer); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:130: Space after unary `*' (col 10): void (* enum_add_constants)(PyObject *module, GType enum_type, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:131: Misaling parentheses content (col 4) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:131: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:132: Space after unary `*' (col 10): void (* flags_add_constants)(PyObject *module, GType flags_type, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:133: Misaling parentheses content (col 5) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:133: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:135: Space after unary `*' (col 18): const gchar *(* constant_strip_prefix)(const gchar *name, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:136: Misaling parentheses content (col 9) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:136: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:138: Space after unary `*' (col 14): gboolean (* error_check)(GError **error); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:142: Space after unary `*' (col 10): void (* set_thread_block_funcs) (PyGThreadBlockFunc block_threads_func, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:143: Misaling parentheses content (col 9) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:143: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:147: Space after unary `*' (col 15): PyObject *(* paramspec_new)(GParamSpec *spec); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:156: Space after unary `*' (col 15): PyObject *(* param_gvalue_as_pyobject) (const GValue* gvalue, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:156: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:158: Misaling parentheses content (col 9) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:158: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:159: Space after unary `*' (col 9): int (* gvalue_from_param_pyobject) (GValue* value, ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:159: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:160: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:161: Misaling parentheses content (col 5) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:161: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:164: Misaling parentheses content (col 5) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:164: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:165: Misaling parentheses content (col 5) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:165: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:166: Misaling parentheses content (col 5) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:166: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:168: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:171: Misaling parentheses content (col 6) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:171: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:172: Misaling parentheses content (col 6) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:172: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:173: Misaling parentheses content (col 6) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:173: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:181: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:197: Misaling parentheses content (col 10) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:197: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:198: Misaling parentheses content (col 10) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:198: Raw tab character (col 0) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:201: Space after unary `*' (col 11): GType (* type_from_object_strict) (PyObject *obj, gboolean strict); ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:201: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:298: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:302: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:310: Trailing whitespace characters ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:314: Opening brace on a separate line (col 8) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:373: Opening brace on a separate line (col 4) ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:395: Line ends with an operator `||' (col 37): if (req_major != found_major || ./modules/pygwy/pygtk-embed/include/pygtk-2.0/pygobject.h:396: Line ends with an operator `||' (col 37): req_minor > found_minor || ./modules/file/formats3d.c:413: Line ends with an operator `=' (col 34): static const gchar keywords[] = ./modules/file/formats3d.c:1503: Extra return parentheses (col 11) ./modules/file/codevfile.c:108: Empty line before closing brace (col 4) ./modules/file/wipfile.c:315: Misaling parentheses content (col 8) ./modules/file/wipfile.c:344: Misaling parentheses content (col 5) ./modules/file/wipfile.c:703: Misaling parentheses content (col 33) ./modules/file/wipfile.c:704: Misaling parentheses content (col 33) ./modules/file/wipfile.c:705: Misaling parentheses content (col 33) ./modules/file/wipfile.c:715: Misaling parentheses content (col 41) ./modules/file/wipfile.c:716: Misaling parentheses content (col 41) ./modules/file/wipfile.c:735: Misaling parentheses content (col 5) ./modules/file/wipfile.c:736: Misaling parentheses content (col 5) ./modules/file/wipfile.c:737: Misaling parentheses content (col 7) ./modules/file/wipfile.c:738: Misaling parentheses content (col 5) ./modules/file/wipfile.c:739: Misaling parentheses content (col 7) ./modules/file/wipfile.c:742: Misaling parentheses content (col 15) ./modules/file/wipfile.c:784: Misaling parentheses content (col 5) ./modules/file/wipfile.c:785: Misaling parentheses content (col 5) ./modules/file/wipfile.c:786: Misaling parentheses content (col 7) ./modules/file/wipfile.c:821: Misaling parentheses content (col 5) ./modules/file/wipfile.c:822: Misaling parentheses content (col 5) ./modules/file/wipfile.c:844: Misaling parentheses content (col 9) ./modules/file/wipfile.c:869: Misaling parentheses content (col 14) ./modules/file/wipfile.c:875: Misaling parentheses content (col 14) ./modules/file/wipfile.c:967: Misaling parentheses content (col 21) ./modules/file/wipfile.c:1179: Misaling parentheses content (col 5) ./modules/file/wipfile.c:1180: Misaling parentheses content (col 5) ./modules/file/wipfile.c:1192: Misaling parentheses content (col 13) ./modules/file/wipfile.c:1217: Misaling parentheses content (col 18) ./modules/file/wipfile.c:1223: Misaling parentheses content (col 18) ./modules/file/wipfile.c:1434: Misaling parentheses content (col 37) ./modules/file/wipfile.c:1435: Misaling parentheses content (col 37) ./modules/file/wipfile.c:1436: Misaling parentheses content (col 37) ./modules/file/wipfile.c:1517: Misaling parentheses content (col 21) ./modules/file/wipfile.c:1523: Misaling parentheses content (col 21) ./modules/file/wipfile.c:1524: Misaling parentheses content (col 21) ./modules/file/wipfile.c:1527: Misaling parentheses content (col 21) ./modules/file/wipfile.c:1528: Misaling parentheses content (col 21) ./modules/file/wipfile.c:1704: Misaling parentheses content (col 5) ./modules/file/nt-mdt.c:948: Misaling parentheses content (col 40) ./modules/file/nt-mdt.c:949: Misaling parentheses content (col 40) ./modules/file/nt-mdt.c:978: Misaling parentheses content (col 44) ./modules/file/nt-mdt.c:979: Misaling parentheses content (col 44) ./modules/file/nt-mdt.c:993: Misaling parentheses content (col 18) ./modules/file/nt-mdt.c:1010: Misaling parentheses content (col 16) ./modules/file/nt-mdt.c:1095: Misaling parentheses content (col 4) ./modules/file/nt-mdt.c:1096: Misaling parentheses content (col 4) ./modules/file/nt-mdt.c:1127: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1128: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1129: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1130: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1131: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1132: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1133: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1134: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1135: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1136: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1137: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1138: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1139: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1140: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1141: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1142: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1143: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1144: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1145: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1146: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1147: Misaling parentheses content (col 36) ./modules/file/nt-mdt.c:1411: Misaling parentheses content (col 4) ./modules/file/nt-mdt.c:1699: Misaling parentheses content (col 31) ./modules/file/nt-mdt.c:1708: Misaling parentheses content (col 27) ./modules/file/nt-mdt.c:1792: Empty line before closing brace (col 4) ./modules/file/nt-mdt.c:1803: Empty line before closing brace (col 4) ./modules/file/nt-mdt.c:1919: Misaling parentheses content (col 39) ./modules/file/nt-mdt.c:2133: Misaling parentheses content (col 45) ./modules/file/nt-mdt.c:2144: Misaling parentheses content (col 38) ./modules/file/nt-mdt.c:2153: Misaling parentheses content (col 21) ./modules/file/nt-mdt.c:2154: Misaling parentheses content (col 21) ./modules/file/nt-mdt.c:2162: Misaling parentheses content (col 21) ./modules/file/nt-mdt.c:2173: Misaling parentheses content (col 29) ./modules/file/nt-mdt.c:2174: Misaling parentheses content (col 39) ./modules/file/nt-mdt.c:2183: Misaling parentheses content (col 43) ./modules/file/nt-mdt.c:2184: Line longer than 120 characters: - (measInfo->rAxisOptions[0] & MDT_AXOPT_RELATIVE ? axisInfo->rInitValue : 0))); ./modules/file/nt-mdt.c:2184: Misaling parentheses content (col 43) ./modules/file/nt-mdt.c:2187: Line ends with an operator `!=' (col 74): if (!(measInfo->rAxisOptions[0] & MDT_AXOPT_INVERTED) != ./modules/file/nt-mdt.c:2214: Misaling parentheses content (col 32) ./modules/file/nt-mdt.c:2215: Misaling parentheses content (col 32) ./modules/file/nt-mdt.c:2217: Empty line before closing brace (col 16) ./modules/file/nt-mdt.c:2311: Misaling parentheses content (col 25) ./modules/file/nt-mdt.c:2315: Misaling parentheses content (col 29) ./modules/file/nt-mdt.c:2323: Misaling parentheses content (col 25) ./modules/file/nt-mdt.c:2324: Misaling parentheses content (col 25) ./modules/file/nt-mdt.c:2328: Misaling parentheses content (col 24) ./modules/file/nt-mdt.c:2332: Misaling parentheses content (col 29) ./modules/file/nt-mdt.c:2340: Misaling parentheses content (col 25) ./modules/file/nt-mdt.c:2341: Misaling parentheses content (col 25) ./modules/file/nt-mdt.c:2362: Empty line after opening brace (col 0) ./modules/file/nt-mdt.c:2427: Trailing whitespace characters ./modules/file/nt-mdt.c:2454: Misaling parentheses content (col 27) ./modules/file/nt-mdt.c:3056: Misaling parentheses content (col 32) ./modules/file/nt-mdt.c:3060: Misaling parentheses content (col 16) ./modules/file/nt-mdt.c:3064: Misaling parentheses content (col 17) ./modules/file/nt-mdt.c:3290: Line ends with an operator `?' (col 57): scanname = tAxis->name && tAxis->nameLen ? ./modules/file/nt-mdt.c:3332: Misaling parentheses content (col 37) ./modules/file/nt-mdt.c:3340: Misaling parentheses content (col 37) ./modules/file/nt-mdt.c:3345: Empty line before closing brace (col 12) ./modules/file/nt-mdt.c:3442: Misaling parentheses content (col 12) ./modules/file/nt-mdt.c:3544: Misaling parentheses content (col 17) ./modules/file/nt-mdt.c:3548: Misaling parentheses content (col 22) ./modules/file/nt-mdt.c:3597: Misaling parentheses content (col 55) ./modules/file/nt-mdt.c:3615: Misaling parentheses content (col 22) ./modules/file/nt-mdt.c:3619: Misaling parentheses content (col 24) ./modules/file/nt-mdt.c:3699: Misaling parentheses content (col 22) ./modules/file/nt-mdt.c:3809: Misaling parentheses content (col 13) ./modules/file/nt-mdt.c:3818: Empty line before closing brace (col 0) ./modules/file/jeol.c:737: Missing space before `=' (col 35): header->measurement_time.second= *(p++); ./modules/file/jeol.c:741: Missing space before `=' (col 28): header->save_time.second= *(p++); ./modules/file/zeisslsm.c:416: Empty line after opening brace (col 0) ./modules/file/zeisslsm.c:855: Space between function name and parenthesis (col 27): g_array_append_val (names_colors->colors, color); ./modules/file/apedaxfile.c:320: Empty line after opening brace (col 59) ./modules/file/apedaxfile.c:636: Empty line after opening brace (col 29) ./modules/file/apedaxfile.c:638: Empty line after opening brace (col 62) ./modules/file/apedaxfile.c:650: Empty line before closing brace (col 4) ./modules/file/sis.c:839: Extra space before `)' (col 41): for (i = 0; i <= sisfile->nchannels; ) { ./modules/file/iso28600.c:137: More than one statement on a line (col 31): struct { const gchar *str; gint value; } enumerated; ./modules/file/iso28600.c:137: More than one statement on a line (col 43): struct { const gchar *str; gint value; } enumerated; ./modules/file/iso28600.c:138: More than one statement on a line (col 30): struct { GwySIUnit *unit; gint power10; } unit; ./modules/file/iso28600.c:138: More than one statement on a line (col 44): struct { GwySIUnit *unit; gint power10; } unit; ./modules/file/iso28600.c:139: More than one statement on a line (col 34): struct { const gchar **items; guint n; } text_list; ./modules/file/iso28600.c:139: More than one statement on a line (col 43): struct { const gchar **items; guint n; } text_list; ./modules/file/iso28600.c:140: More than one statement on a line (col 26): struct { gint *items; guint n; } int_list; ./modules/file/iso28600.c:140: More than one statement on a line (col 35): struct { gint *items; guint n; } int_list; ./modules/file/iso28600.c:141: More than one statement on a line (col 29): struct { gdouble *items; guint n; } real_list; ./modules/file/iso28600.c:141: More than one statement on a line (col 38): struct { gdouble *items; guint n; } real_list; ./modules/file/iso28600.c:840: Extra space before `,' (col 28): , k); ./modules/file/iso28600.c:1330: Line ends with an operator `=' (col 41): static const gchar header_template[] = /* {{{ */ ./modules/file/pt3file.c:312: Misaling parentheses content (col 16) ./modules/file/sdfile.c:393: Line ends with an operator `=' (col 39): static const gchar header_format[] = ./modules/file/spip-asc.c:463: Line ends with an operator `=' (col 45): static const gchar asc_header_template[] = ./modules/file/dektakvca.c:666: More than one statement on a line (col 23): union { guint32 i; gfloat f; } u; ./modules/file/dektakvca.c:666: More than one statement on a line (col 33): union { guint32 i; gfloat f; } u; ./modules/file/dektakvca.c:678: More than one statement on a line (col 23): union { guint64 i; gdouble f; } u; ./modules/file/dektakvca.c:678: More than one statement on a line (col 34): union { guint64 i; gdouble f; } u; ./modules/file/rawfile.c:1259: More than one statement on a line (col 39): union { guint64 u; gint64 s; } xx; ./modules/file/rawfile.c:1259: More than one statement on a line (col 49): union { guint64 u; gint64 s; } xx; ./modules/file/rawfile.c:1407: More than one statement on a line (col 18): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1407: More than one statement on a line (col 29): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1407: More than one statement on a line (col 41): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1407: More than one statement on a line (col 54): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1407: More than one statement on a line (col 66): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1407: More than one statement on a line (col 79): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1407: More than one statement on a line (col 91): gint8 i8; guint8 u8; gint16 i16; guint16 u16; gint32 i32; guint32 u32; gint64 i64; guint64 u64; ./modules/file/rawfile.c:1408: More than one statement on a line (col 18): gfloat f; gdouble d; ./modules/file/gwytiff.h:275: Opening brace on a separate line (col 0) ./modules/file/gwytiff.h:284: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL const guchar* gwy_tiff_detect (const guchar *buffer, ./modules/file/gwytiff.h:288: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL void gwy_tiff_allow_compressed (GwyTIFF *tiff, ./modules/file/gwytiff.h:290: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL GwyTIFF* gwy_tiff_load (const gchar *filename, ./modules/file/gwytiff.h:292: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL void gwy_tiff_free (GwyTIFF *tiff); ./modules/file/gwytiff.h:293: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL guint gwy_tiff_get_n_dirs (const GwyTIFF *tiff); ./modules/file/gwytiff.h:294: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL const GwyTIFFEntry* gwy_tiff_find_tag_in_dir (const GArray *tags, ./modules/file/gwytiff.h:296: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL const GwyTIFFEntry* gwy_tiff_find_tag (const GwyTIFF *tiff, ./modules/file/gwytiff.h:299: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL GwyTIFFImageReader* gwy_tiff_get_image_reader (const GwyTIFF *tiff, ./modules/file/gwytiff.h:304: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL GwyTIFFImageReader* gwy_tiff_image_reader_free (GwyTIFFImageReader *reader); ./modules/file/gwytiff.h:305: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_bool_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:308: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_bool (const GwyTIFF *tiff, ./modules/file/gwytiff.h:312: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_uint_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:315: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_uint (const GwyTIFF *tiff, ./modules/file/gwytiff.h:319: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_uints_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:324: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_uints (const GwyTIFF *tiff, ./modules/file/gwytiff.h:330: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_sint_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:333: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_sint (const GwyTIFF *tiff, ./modules/file/gwytiff.h:337: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_size_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:340: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_size (const GwyTIFF *tiff, ./modules/file/gwytiff.h:344: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_float_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:347: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_float (const GwyTIFF *tiff, ./modules/file/gwytiff.h:351: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_string_entry (const GwyTIFF *tiff, ./modules/file/gwytiff.h:354: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_get_string (const GwyTIFF *tiff, ./modules/file/gwytiff.h:358: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_read_image_row (const GwyTIFF *tiff, ./modules/file/gwytiff.h:373: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL guint gwy_tiff_data_type_size (GwyTIFFDataType type); ./modules/file/gwytiff.h:374: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL const guchar* gwy_tiff_entry_get_data_pointer (const GwyTIFF *tiff, ./modules/file/gwytiff.h:376: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_data_fits (const GwyTIFF *tiff, ./modules/file/gwytiff.h:384: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_tags_valid (const GwyTIFF *tiff, ./modules/file/gwytiff.h:391: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL GArray* gwy_tiff_scan_ifd (const GwyTIFF *tiff, ./modules/file/gwytiff.h:395: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL gboolean gwy_tiff_ifd_is_vaild (const GwyTIFF *tiff, ./modules/file/gwytiff.h:398: Space between function name and parenthesis (col 68): G_GNUC_INTERNAL void gwy_tiff_sort_tag_array (GArray *tags); ./modules/file/igorfile.c:1372: More than one statement on a line (col 26): union { guchar pp[8]; double d; } u; ./modules/file/igorfile.c:1372: More than one statement on a line (col 36): union { guchar pp[8]; double d; } u; ./modules/file/igorfile.c:1557: More than one statement on a line (col 42): union { guchar pp[4]; gfloat f; } u; ./modules/file/igorfile.c:1557: More than one statement on a line (col 52): union { guchar pp[4]; gfloat f; } u; ./modules/file/pltfile.c:99: Misaling parentheses content (col 15) ./modules/file/npyfile.c:209: Misaling parentheses content (col 10) ./modules/file/npyfile.c:210: Misaling parentheses content (col 10) ./modules/file/nanoobserver.c:310: Misaling parentheses content (col 9) ./modules/file/spmxfile.c:116: Misaling parentheses content (col 11) ./modules/file/spmxfile.c:155: Misaling parentheses content (col 9) ./modules/file/spmxfile.c:156: Misaling parentheses content (col 9) ./modules/file/spmxfile.c:386: Missing space before `*=' (col 36): stream->xyscale[stream->dim]*= pow10(power10); ./modules/file/spml.c:307: Misaling parentheses content (col 35) ./modules/file/spml.c:468: Comparison to TRUE or FALSE (col 42); use if (x), if (!x) ./modules/file/spml.c:526: Empty line before closing brace (col 16) ./modules/file/spml.c:527: Comparison to TRUE or FALSE (col 43); use if (x), if (!x) ./modules/file/spml.c:734: Empty line before closing brace (col 12) ./modules/file/spml.c:861: Extra space before `)' (col 21): ); ./modules/file/spml.c:879: Empty line before closing brace (col 0) ./modules/file/wsxmfile.c:708: Line ends with an operator `=' (col 41): static const gchar header_template[] = ./modules/file/oldmda.c:353: Misaling parentheses content (col 20) ./modules/file/gsffile.c:356: More than one statement on a line (col 30): union { guchar pp[4]; float f; } z; ./modules/file/gsffile.c:356: More than one statement on a line (col 39): union { guchar pp[4]; float f; } z; ./modules/file/dumbfile.c:89: Misaling parentheses content (col 11) ./modules/file/lextfile.c:137: Misaling parentheses content (col 9) ./modules/file/lextfile.c:138: Misaling parentheses content (col 9) ./modules/file/zeissczi.c:182: Trailing whitespace characters ./modules/file/zeissczi.c:198: Raw tab character (col 0) ./modules/file/zonfile.c:318: Misaling parentheses content (col 17) ./modules/file/zonfile.c:319: Misaling parentheses content (col 17) ./modules/file/zonfile.c:320: Misaling parentheses content (col 17) ./modules/file/zonfile.c:340: Misaling parentheses content (col 10) ./modules/file/zonfile.c:341: Misaling parentheses content (col 10) ./modules/file/zonfile.c:342: Misaling parentheses content (col 10) ./modules/file/zonfile.c:343: Misaling parentheses content (col 10) ./modules/file/bcrfile.c:24: Line longer than 120 characters: * ./modules/file/bcrfile.c:36: Line longer than 120 characters: * ./modules/file/bcrfile.c:212: Empty line before closing brace (col 4) ./modules/file/assing-afm.c:176: More than one statement on a line (col 26): union { guchar pp[4]; float f; } z; ./modules/file/assing-afm.c:176: More than one statement on a line (col 35): union { guchar pp[4]; float f; } z; ./modules/file/createc.c:425: Line ends with an operator `=' (col 36): static const gchar tobestored[] = ./modules/file/mifile.c:950: Line ends with an operator `=' (col 45): static const gchar global_metadata_key[] = ./modules/file/mifile.c:959: Line ends with an operator `=' (col 46): static const gchar global_metadata_meta[] = ./modules/file/mifile.c:968: Line ends with an operator `=' (col 48): static const gchar global_metadata_format[] = ./modules/file/mifile.c:1018: Line ends with an operator `=' (col 44): static const gchar local_metadata_key[] = ./modules/file/mifile.c:1021: Line ends with an operator `=' (col 45): static const gchar local_metadata_meta[] = ./modules/file/mifile.c:1024: Line ends with an operator `=' (col 47): static const gchar local_metadata_format[] = ./modules/file/jpkscan.c:565: Misaling parentheses content (col 22) ./modules/file/jpkscan.c:575: Misaling parentheses content (col 22) ./modules/file/jpkscan.c:576: Misaling parentheses content (col 22) ./modules/file/jpkscan.c:1125: Empty line before closing brace (col 4) ./modules/file/jpkscan.c:1603: Empty line before closing brace (col 4) ./modules/file/netcdf.c:589: Misaling parentheses content (col 28) ./modules/file/ttffile.c:228: Misaling parentheses content (col 9) ./modules/file/ttffile.c:229: Misaling parentheses content (col 9) ./modules/file/ttffile.c:230: Misaling parentheses content (col 9) ./modules/file/ttffile.c:231: Misaling parentheses content (col 9) ./modules/file/ttffile.c:232: Misaling parentheses content (col 9) ./modules/file/ttffile.c:233: Misaling parentheses content (col 9) ./modules/file/ttffile.c:234: Misaling parentheses content (col 9) ./modules/file/ttffile.c:235: Misaling parentheses content (col 9) ./modules/file/ttffile.c:236: Misaling parentheses content (col 9) ./modules/file/ttffile.c:237: Misaling parentheses content (col 9) ./modules/file/ttffile.c:238: Misaling parentheses content (col 9) ./modules/file/ttffile.c:510: Empty line before closing brace (col 4) ./modules/file/renishaw.c:417: Misaling parentheses content (col 15) ./modules/file/renishaw.c:434: Misaling parentheses content (col 13) ./modules/file/renishaw.c:435: Misaling parentheses content (col 13) ./modules/file/renishaw.c:550: Misaling parentheses content (col 31) ./modules/file/renishaw.c:594: Misaling parentheses content (col 14) ./modules/file/renishaw.c:595: Misaling parentheses content (col 14) ./modules/file/renishaw.c:596: Misaling parentheses content (col 14) ./modules/file/renishaw.c:1148: Empty line before closing brace (col 17) ./modules/file/renishaw.c:1237: Empty line before closing brace (col 8) ./modules/file/renishaw.c:1260: Misaling parentheses content (col 41) ./modules/file/renishaw.c:1261: Misaling parentheses content (col 41) ./modules/file/win_stm.c:193: Misaling parentheses content (col 24) ./modules/file/pixmap.c:1008: Extra return parentheses (col 11) ./modules/file/nanoeducator.c:412: Misaling parentheses content (col 46) ./modules/file/nanoeducator.c:454: Misaling parentheses content (col 38) ./modules/file/nanoeducator.c:492: Misaling parentheses content (col 14) ./modules/file/nanoeducator.c:493: Misaling parentheses content (col 14) ./modules/file/nanoeducator.c:579: Misaling parentheses content (col 42) ./modules/file/nanoeducator.c:580: Misaling parentheses content (col 42) ./modules/file/nanoeducator.c:581: Misaling parentheses content (col 42) ./modules/file/nanoeducator.c:582: Misaling parentheses content (col 42) ./modules/file/nanoeducator.c:583: Misaling parentheses content (col 42) ./modules/file/nanoeducator.c:584: Misaling parentheses content (col 42) ./modules/file/nanoeducator.c:591: Misaling parentheses content (col 45) ./modules/file/nanoeducator.c:983: Misaling parentheses content (col 23) ./modules/file/nanoeducator.c:1207: Misaling parentheses content (col 40) ./modules/file/nanoeducator.c:1208: Misaling parentheses content (col 40) ./modules/file/nanoeducator.c:1220: Misaling parentheses content (col 40) ./modules/file/nanoeducator.c:1221: Misaling parentheses content (col 40) ./modules/file/gdeffile.c:56: Extra space before `,' (col 64): CONTROL_BLOCK_SIZE = 2 + 2/*align*/ + 4 + 4 + 1 + 3/*align*/, ./modules/file/anasys_xml.c:132: Line ends with an operator `&&' (col 40): if (fileinfo->buffer_len > MIN_SIZE && ./modules/file/anasys_xml.c:138: Line ends with an operator `&&' (col 41): if (fileinfo->buffer_len > MIN_SIZE2 && ./modules/file/anasys_xml.c:159: Line ends with an operator `&&' (col 50): if (rootElement->type == XML_ELEMENT_NODE && ./modules/file/quazarnpic.c:244: Line longer than 120 characters: { OPCODE_ADDITEMS, 4, ARG_NONE, STACK_PYSET_MARKOBJECT_STACKSLICE, STACK_PYSET, "ADDITEMS", }, ./modules/file/quazarnpic.c:245: Line longer than 120 characters: { OPCODE_APPEND, 0, ARG_NONE, STACK_PYLIST_ANYOBJECT, STACK_PYLIST, "APPEND", }, ./modules/file/quazarnpic.c:246: Line longer than 120 characters: { OPCODE_APPENDS, 1, ARG_NONE, STACK_PYLIST_MARKOBJECT_STACKSLICE, STACK_PYLIST, "APPENDS", }, ./modules/file/quazarnpic.c:247: Line longer than 120 characters: { OPCODE_BINBYTES, 3, ARG_BYTES4, STACK_VOID, STACK_PYBYTES, "BINBYTES", }, ./modules/file/quazarnpic.c:248: Line longer than 120 characters: { OPCODE_BINBYTES8, 4, ARG_BYTES8, STACK_VOID, STACK_PYBYTES, "BINBYTES8", }, ./modules/file/quazarnpic.c:249: Line longer than 120 characters: { OPCODE_BINFLOAT, 1, ARG_FLOAT8, STACK_VOID, STACK_PYFLOAT, "BINFLOAT", }, ./modules/file/quazarnpic.c:250: Line longer than 120 characters: { OPCODE_BINGET, 1, ARG_UINT1, STACK_VOID, STACK_ANYOBJECT, "BINGET", }, ./modules/file/quazarnpic.c:251: Line longer than 120 characters: { OPCODE_BININT1, 1, ARG_UINT1, STACK_VOID, STACK_PYINT, "BININT1", }, ./modules/file/quazarnpic.c:252: Line longer than 120 characters: { OPCODE_BININT, 1, ARG_INT4, STACK_VOID, STACK_PYINT, "BININT", }, ./modules/file/quazarnpic.c:253: Line longer than 120 characters: { OPCODE_BININT2, 1, ARG_UINT2, STACK_VOID, STACK_PYINT, "BININT2", }, ./modules/file/quazarnpic.c:254: Line longer than 120 characters: { OPCODE_BINPERSID, 1, ARG_NONE, STACK_ANYOBJECT, STACK_ANYOBJECT, "BINPERSID", }, ./modules/file/quazarnpic.c:255: Line longer than 120 characters: { OPCODE_BINPUT, 1, ARG_UINT1, STACK_VOID, STACK_VOID, "BINPUT", }, ./modules/file/quazarnpic.c:256: Line longer than 120 characters: { OPCODE_BINSTRING, 1, ARG_STRING4, STACK_VOID, STACK_PYBYTES_OR_STR, "BINSTRING", }, ./modules/file/quazarnpic.c:257: Line longer than 120 characters: { OPCODE_BINUNICODE, 1, ARG_UNICODESTRING4, STACK_VOID, STACK_PYUNICODE, "BINUNICODE", }, ./modules/file/quazarnpic.c:258: Line longer than 120 characters: { OPCODE_BINUNICODE8, 4, ARG_UNICODESTRING8, STACK_VOID, STACK_PYUNICODE, "BINUNICODE8", }, ./modules/file/quazarnpic.c:259: Line longer than 120 characters: { OPCODE_BUILD, 0, ARG_NONE, STACK_ANYOBJECT2, STACK_ANYOBJECT, "BUILD", }, ./modules/file/quazarnpic.c:260: Line longer than 120 characters: { OPCODE_DICT, 0, ARG_NONE, STACK_MARKOBJECT_STACKSLICE, STACK_PYDICT, "DICT", }, ./modules/file/quazarnpic.c:261: Line longer than 120 characters: { OPCODE_DUP, 0, ARG_NONE, STACK_ANYOBJECT, STACK_ANYOBJECT2, "DUP", }, ./modules/file/quazarnpic.c:262: Line longer than 120 characters: { OPCODE_EMPTY_DICT, 1, ARG_NONE, STACK_VOID, STACK_PYDICT, "EMPTY_DICT", }, ./modules/file/quazarnpic.c:263: Line longer than 120 characters: { OPCODE_EMPTY_LIST, 1, ARG_NONE, STACK_VOID, STACK_PYLIST, "EMPTY_LIST", }, ./modules/file/quazarnpic.c:264: Line longer than 120 characters: { OPCODE_EMPTY_SET, 4, ARG_NONE, STACK_VOID, STACK_PYSET, "EMPTY_SET", }, ./modules/file/quazarnpic.c:265: Line longer than 120 characters: { OPCODE_EMPTY_TUPLE, 1, ARG_NONE, STACK_VOID, STACK_PYTUPLE, "EMPTY_TUPLE", }, ./modules/file/quazarnpic.c:266: Line longer than 120 characters: { OPCODE_EXT1, 2, ARG_UINT1, STACK_VOID, STACK_ANYOBJECT, "EXT1", }, ./modules/file/quazarnpic.c:267: Line longer than 120 characters: { OPCODE_EXT2, 2, ARG_UINT2, STACK_VOID, STACK_ANYOBJECT, "EXT2", }, ./modules/file/quazarnpic.c:268: Line longer than 120 characters: { OPCODE_EXT4, 2, ARG_INT4, STACK_VOID, STACK_ANYOBJECT, "EXT4", }, ./modules/file/quazarnpic.c:269: Line longer than 120 characters: { OPCODE_FLOAT, 0, ARG_FLOATNL, STACK_VOID, STACK_PYFLOAT, "FLOAT", }, ./modules/file/quazarnpic.c:270: Line longer than 120 characters: { OPCODE_FRAME, 4, ARG_UINT8, STACK_VOID, STACK_VOID, "FRAME", }, ./modules/file/quazarnpic.c:271: Line longer than 120 characters: { OPCODE_FROZENSET, 4, ARG_NONE, STACK_MARKOBJECT_STACKSLICE, STACK_PYFROZENSET, "FROZENSET", }, ./modules/file/quazarnpic.c:272: Line longer than 120 characters: { OPCODE_GET, 0, ARG_DECIMALNL_SHORT, STACK_VOID, STACK_ANYOBJECT, "GET", }, ./modules/file/quazarnpic.c:273: Line longer than 120 characters: { OPCODE_GLOBAL, 0, ARG_STRINGNL_NOESCAPE_PAIR, STACK_VOID, STACK_ANYOBJECT, "GLOBAL", }, ./modules/file/quazarnpic.c:274: Line longer than 120 characters: { OPCODE_INST, 0, ARG_STRINGNL_NOESCAPE_PAIR, STACK_MARKOBJECT_STACKSLICE, STACK_ANYOBJECT, "INST", }, ./modules/file/quazarnpic.c:275: Line longer than 120 characters: { OPCODE_INT, 0, ARG_DECIMALNL_SHORT, STACK_VOID, STACK_PYINTEGER_OR_BOOL, "INT", }, ./modules/file/quazarnpic.c:276: Line longer than 120 characters: { OPCODE_LIST, 0, ARG_NONE, STACK_MARKOBJECT_STACKSLICE, STACK_PYLIST, "LIST", }, ./modules/file/quazarnpic.c:277: Line longer than 120 characters: { OPCODE_LONG, 0, ARG_DECIMALNL_LONG, STACK_VOID, STACK_PYINT, "LONG", }, ./modules/file/quazarnpic.c:278: Line longer than 120 characters: { OPCODE_LONG1, 2, ARG_LONG1, STACK_VOID, STACK_PYINT, "LONG1", }, ./modules/file/quazarnpic.c:279: Line longer than 120 characters: { OPCODE_LONG4, 2, ARG_LONG4, STACK_VOID, STACK_PYINT, "LONG4", }, ./modules/file/quazarnpic.c:280: Line longer than 120 characters: { OPCODE_LONG_BINGET, 1, ARG_UINT4, STACK_VOID, STACK_ANYOBJECT, "LONG_BINGET", }, ./modules/file/quazarnpic.c:281: Line longer than 120 characters: { OPCODE_LONG_BINPUT, 1, ARG_UINT4, STACK_VOID, STACK_VOID, "LONG_BINPUT", }, ./modules/file/quazarnpic.c:282: Line longer than 120 characters: { OPCODE_MARK, 0, ARG_NONE, STACK_VOID, STACK_MARKOBJECT, "MARK", }, ./modules/file/quazarnpic.c:283: Line longer than 120 characters: { OPCODE_MEMOIZE, 4, ARG_NONE, STACK_ANYOBJECT, STACK_ANYOBJECT, "MEMOIZE", }, ./modules/file/quazarnpic.c:284: Line longer than 120 characters: { OPCODE_NEWFALSE, 2, ARG_NONE, STACK_VOID, STACK_PYBOOL, "NEWFALSE", }, ./modules/file/quazarnpic.c:285: Line longer than 120 characters: { OPCODE_NEWOBJ, 2, ARG_NONE, STACK_ANYOBJECT2, STACK_ANYOBJECT, "NEWOBJ", }, ./modules/file/quazarnpic.c:286: Line longer than 120 characters: { OPCODE_NEWOBJ_EX, 4, ARG_NONE, STACK_ANYOBJECT3, STACK_ANYOBJECT, "NEWOBJ_EX", }, ./modules/file/quazarnpic.c:287: Line longer than 120 characters: { OPCODE_NEWTRUE, 2, ARG_NONE, STACK_VOID, STACK_PYBOOL, "NEWTRUE", }, ./modules/file/quazarnpic.c:288: Line longer than 120 characters: { OPCODE_NONE, 0, ARG_NONE, STACK_VOID, STACK_PYNONE, "NONE", }, ./modules/file/quazarnpic.c:289: Line longer than 120 characters: { OPCODE_OBJ, 1, ARG_NONE, STACK_MARKOBJECT_ANYOBJECT_STACKSLICE, STACK_ANYOBJECT, "OBJ", }, ./modules/file/quazarnpic.c:290: Line longer than 120 characters: { OPCODE_PERSID, 0, ARG_STRINGNL_NOESCAPE, STACK_VOID, STACK_ANYOBJECT, "PERSID", }, ./modules/file/quazarnpic.c:291: Line longer than 120 characters: { OPCODE_POP, 0, ARG_NONE, STACK_ANYOBJECT, STACK_VOID, "POP", }, ./modules/file/quazarnpic.c:292: Line longer than 120 characters: { OPCODE_POP_MARK, 1, ARG_NONE, STACK_MARKOBJECT_STACKSLICE, STACK_VOID, "POP_MARK", }, ./modules/file/quazarnpic.c:293: Line longer than 120 characters: { OPCODE_PROTO, 2, ARG_UINT1, STACK_VOID, STACK_VOID, "PROTO", }, ./modules/file/quazarnpic.c:294: Line longer than 120 characters: { OPCODE_PUT, 0, ARG_DECIMALNL_SHORT, STACK_VOID, STACK_VOID, "PUT", }, ./modules/file/quazarnpic.c:295: Line longer than 120 characters: { OPCODE_REDUCE, 0, ARG_NONE, STACK_ANYOBJECT2, STACK_ANYOBJECT, "REDUCE", }, ./modules/file/quazarnpic.c:296: Line longer than 120 characters: { OPCODE_SETITEM, 0, ARG_NONE, STACK_PYDICT_ANYOBJECT2, STACK_PYDICT, "SETITEM", }, ./modules/file/quazarnpic.c:297: Line longer than 120 characters: { OPCODE_SETITEMS, 1, ARG_NONE, STACK_PYDICT_MARKOBJECT_STACKSLICE, STACK_PYDICT, "SETITEMS", }, ./modules/file/quazarnpic.c:298: Line longer than 120 characters: { OPCODE_SHORT_BINBYTES, 3, ARG_BYTES1, STACK_VOID, STACK_PYBYTES, "SHORT_BINBYTES", }, ./modules/file/quazarnpic.c:299: Line longer than 120 characters: { OPCODE_SHORT_BINSTRING, 1, ARG_STRING1, STACK_VOID, STACK_PYBYTES_OR_STR, "SHORT_BINSTRING", }, ./modules/file/quazarnpic.c:300: Line longer than 120 characters: { OPCODE_SHORT_BINUNICODE, 4, ARG_UNICODESTRING1, STACK_VOID, STACK_PYUNICODE, "SHORT_BINUNICODE", }, ./modules/file/quazarnpic.c:301: Line longer than 120 characters: { OPCODE_STACK_GLOBAL, 4, ARG_NONE, STACK_PYUNICODE_PYUNICODE, STACK_ANYOBJECT, "STACK_GLOBAL", }, ./modules/file/quazarnpic.c:302: Line longer than 120 characters: { OPCODE_STOP, 0, ARG_NONE, STACK_ANYOBJECT, STACK_VOID, "STOP", }, ./modules/file/quazarnpic.c:303: Line longer than 120 characters: { OPCODE_STRING, 0, ARG_STRINGNL, STACK_VOID, STACK_PYBYTES_OR_STR, "STRING", }, ./modules/file/quazarnpic.c:304: Line longer than 120 characters: { OPCODE_TUPLE, 0, ARG_NONE, STACK_MARKOBJECT_STACKSLICE, STACK_PYTUPLE, "TUPLE", }, ./modules/file/quazarnpic.c:305: Line longer than 120 characters: { OPCODE_TUPLE1, 2, ARG_NONE, STACK_ANYOBJECT, STACK_PYTUPLE, "TUPLE1", }, ./modules/file/quazarnpic.c:306: Line longer than 120 characters: { OPCODE_TUPLE2, 2, ARG_NONE, STACK_ANYOBJECT2, STACK_PYTUPLE, "TUPLE2", }, ./modules/file/quazarnpic.c:307: Line longer than 120 characters: { OPCODE_TUPLE3, 2, ARG_NONE, STACK_ANYOBJECT3, STACK_PYTUPLE, "TUPLE3", }, ./modules/file/quazarnpic.c:308: Line longer than 120 characters: { OPCODE_UNICODE, 0, ARG_UNICODESTRINGNL, STACK_VOID, STACK_PYUNICODE, "UNICODE", }, ./modules/file/omicronmatrix.c:708: Empty line before closing brace (col 4) ./modules/file/omicron.c:465: Empty line before closing brace (col 8) ./modules/file/omicron.c:796: Extra space before `,' (col 53): if (!g_file_get_contents(filename, &buffer, NULL , &err)) { ./modules/file/attocube.c:104: Misaling parentheses content (col 15) ./modules/file/accurexii-txt.c:93: Misaling parentheses content (col 15) ./modules/file/gxyzffile.c:165: More than one statement on a line (col 26): union { guchar pp[8]; double d; } u; ./modules/file/gxyzffile.c:165: More than one statement on a line (col 36): union { guchar pp[8]; double d; } u; ./modules/file/metropro.c:782: Misaling parentheses content (col 12) ./modules/file/metropro.c:783: Misaling parentheses content (col 12) ./modules/file/nxiifile.c:140: Misaling parentheses content (col 11) ./modules/file/nxiifile.c:165: Misaling parentheses content (col 9) ./modules/file/nxiifile.c:166: Misaling parentheses content (col 9) ./modules/file/hdf4file.c:379: Empty line before closing brace (col 4) ./modules/file/hdf5/datxfile.c:225: Misaling parentheses content (col 12) ./modules/file/hdf5/nsidfile.c:281: Empty line before closing brace (col 0) ./modules/file/hdf5/hdf5file.c:165: Misaling parentheses content (col 12) ./modules/file/nanonics.c:404: Empty line before closing brace (col 4) ./modules/file/tescan.c:165: Misaling parentheses content (col 9) ./modules/file/omicronflat.c:2213: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2214: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2215: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2216: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2217: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2218: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2230: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2231: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2232: Misaling parentheses content (col 34) ./modules/file/omicronflat.c:2403: Misaling parentheses content (col 36) ./modules/file/nanomagnetics.c:470: Trailing whitespace characters ./modules/file/nanomagnetics.c:1141: Extra space after `.' (col 81): params->HighVoltageAmplifier. ./modules/file/nanomagnetics.c:1145: Extra space after `.' (col 81): params->HighVoltageAmplifier. ./modules/file/nanomagnetics.c:1149: Extra space after `.' (col 81): params->HighVoltageAmplifier. ./modules/file/nanomagnetics.c:1576: Trailing whitespace characters ./modules/file/nanomagnetics.c:1577: Trailing whitespace characters ./modules/file/tiaser.c:507: Misaling parentheses content (col 5) ./modules/file/tiaser.c:508: Misaling parentheses content (col 5) ./modules/file/tiaser.c:509: Misaling parentheses content (col 14) ./modules/file/tiaser.c:523: Misaling parentheses content (col 37) ./modules/file/tiaser.c:524: Misaling parentheses content (col 37) ./modules/file/tiaser.c:527: Misaling parentheses content (col 17) ./modules/file/tiaser.c:528: Misaling parentheses content (col 17) ./modules/file/tiaser.c:529: Misaling parentheses content (col 17) ./modules/file/tiaser.c:530: Misaling parentheses content (col 17) ./modules/file/tiaser.c:538: Extra space after `(' (col 35): gwy_si_unit_set_from_string( ./modules/file/tiaser.c:539: Misaling parentheses content (col 28) ./modules/file/tiaser.c:633: Misaling parentheses content (col 5) ./modules/file/tiaser.c:634: Misaling parentheses content (col 5) ./modules/file/tiaser.c:635: Misaling parentheses content (col 30) ./modules/file/tiaser.c:641: Misaling parentheses content (col 15) ./modules/file/tiaser.c:642: Misaling parentheses content (col 15) ./modules/file/tiaser.c:649: Misaling parentheses content (col 5) ./modules/file/nrrdfile.c:1547: Line ends with an operator `=' (col 39): static const gchar header_format[] = ./modules/file/intematix.c:155: Misaling parentheses content (col 9) ./modules/file/intematix.c:156: Misaling parentheses content (col 9) ./modules/file/alicona.c:168: Misaling parentheses content (col 11) ./modules/file/nanoscope.c:1746: Empty line before closing brace (col 4) ./modules/file/nanoscope.c:1796: Line longer than 120 characters: gwy_debug("Total scale = %g %s/LSB", old_scale, gwy_si_unit_get_string(siunit, GWY_SI_UNIT_FORMAT_PLAIN)); ./modules/file/nanoscope.c:1831: Line longer than 120 characters: gwy_debug("Total scale = %g %s/LSB", new_scale, gwy_si_unit_get_string(siunit, GWY_SI_UNIT_FORMAT_PLAIN)); ./modules/file/nanoscope.c:1868: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, hash, "Z scale defl"); ./modules/file/nanoscope.c:1869: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, contrlist, "In1 max"); ./modules/file/nanoscope.c:1870: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, scannerlist, "In sensitivity"); ./modules/file/nanoscope.c:1871: Missing spaces around `/=' (col 28): CHECK_AND_APPLY(/=, scanlist, "Detect sens."); ./modules/file/nanoscope.c:1877: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, hash, "Z scale ampl"); ./modules/file/nanoscope.c:1878: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, contrlist, "In1 max"); ./modules/file/nanoscope.c:1879: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, scannerlist, "In sensitivity"); ./modules/file/nanoscope.c:1880: Missing spaces around `/=' (col 28): CHECK_AND_APPLY(/=, scanlist, "Detect sens."); ./modules/file/nanoscope.c:1886: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, hash, "Z scale freq"); ./modules/file/nanoscope.c:1892: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, hash, "Z scale amplitude"); ./modules/file/nanoscope.c:1893: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, contrlist, "In1 max"); ./modules/file/nanoscope.c:1894: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, scannerlist, "In sensitivity"); ./modules/file/nanoscope.c:1900: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, hash, "Z scale phase"); ./modules/file/nanoscope.c:1906: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, hash, "Z scale height"); ./modules/file/nanoscope.c:1907: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, contrlist, "Z max"); ./modules/file/nanoscope.c:1908: Missing spaces around `*=' (col 28): CHECK_AND_APPLY(*=, scannerlist, "Z sensitivity"); ./modules/graph/graph_fdfit.c:399: Misaling parentheses content (col 33) ./modules/graph/graph_fdfit.c:978: Missing space after `=' (col 17): param[i] =g_array_index(args->param, FitParamArg, i).init; ./modules/graph/graph_fdfit.c:1284: Empty line after opening brace (col 46) ./modules/graph/graph_fdfit.c:1399: Misaling parentheses content (col 26) ./modules/graph/graph_dos_spectrum.c:88: Empty line after opening brace (col 48) ./modules/graph/graph_dos_spectrum.c:88: Misaling parentheses content (col 5) ./modules/graph/graph_dos_spectrum.c:158: Misaling parentheses content (col 27) ./modules/graph/graph_flip.c:33: Misaling parentheses content (col 32) ./modules/graph/graph_flip.c:34: Misaling parentheses content (col 32) ./modules/graph/graph_fztofd.c:138: Misaling parentheses content (col 31) ./modules/graph/graph_fztofd.c:140: Misaling parentheses content (col 31) ./modules/graph/graph_fztofd.c:329: Trailing whitespace characters ./modules/graph/graph_fztofd.c:330: Statement for `if' on the same line (col 22): if (use_deflsens) vtof = deflsens*stiffness; ./modules/graph/graph_fztofd.c:331: Statement for `if' on the same line (col 28): else if (use_stiffness) vtof = stiffness; ./modules/graph/graph_fztofd.c:338: Opening brace on a separate line (col 4) ./modules/graph/graph_fztofd.c:342: Statement for `else' on the same line (col 12): else zeropos = 0; ./modules/graph/graph_fztofd.c:347: Opening brace on a separate line (col 8) ./modules/graph/graph_fztofd.c:356: Opening brace on a separate line (col 16) ./modules/graph/graph_fztofd.c:357: Statement for `if' on the same line (col 53): if (input_type == GWY_FZ_HEIGHT) xval = xdata[j] + vtof*ydata[j]/stiffness; ./modules/graph/graph_fztofd.c:358: Statement for `else' on the same line (col 25): else xval = (xdata[ndata-1] - vtof*ydata[ndata-1]/stiffness) - (xdata[j] - vtof*ydata[j]/stiffness); ./modules/graph/graph_fztofd.c:359: Statement for `if' on the same line (col 39): if (xval < posval) posval = xval; ./modules/graph/graph_fztofd.c:365: Opening brace on a separate line (col 8) ./modules/graph/graph_fztofd.c:374: Opening brace on a separate line (col 16) ./modules/graph/graph_fztofd.c:375: Statement for `if' on the same line (col 53): if (input_type == GWY_FZ_HEIGHT) xval = xdata[j] + vtof*ydata[j]/stiffness; ./modules/graph/graph_fztofd.c:376: Statement for `else' on the same line (col 25): else xval = (xdata[ndata-1] - vtof*ydata[ndata-1]/stiffness) - (xdata[j] - vtof*ydata[j]/stiffness); ./modules/graph/graph_fztofd.c:377: Statement for `if' on the same line (col 39): if (xval > posval) posval = xval; ./modules/graph/graph_fztofd.c:383: Opening brace on a separate line (col 8) ./modules/graph/graph_fztofd.c:392: Opening brace on a separate line (col 16) ./modules/graph/graph_fztofd.c:393: Statement for `if' on the same line (col 53): if (input_type == GWY_FZ_HEIGHT) xval = xdata[j] + vtof*ydata[j]/stiffness; ./modules/graph/graph_fztofd.c:394: Statement for `else' on the same line (col 25): else xval = (xdata[ndata-1] - vtof*ydata[ndata-1]/stiffness) - (xdata[j] - vtof*ydata[j]/stiffness); ./modules/graph/graph_fztofd.c:396: Opening brace on a separate line (col 20) ./modules/graph/graph_fztofd.c:405: Opening brace on a separate line (col 8) ./modules/graph/graph_fztofd.c:414: Opening brace on a separate line (col 16) ./modules/graph/graph_fztofd.c:415: Statement for `if' on the same line (col 53): if (input_type == GWY_FZ_HEIGHT) xval = xdata[j] + vtof*ydata[j]/stiffness; ./modules/graph/graph_fztofd.c:416: Statement for `else' on the same line (col 25): else xval = (xdata[ndata-1] - vtof*ydata[ndata-1]/stiffness) - (xdata[j] - vtof*ydata[j]/stiffness); ./modules/graph/graph_fztofd.c:418: Opening brace on a separate line (col 20) ./modules/graph/graph_fztofd.c:425: Statement for `else' on the same line (col 15): } else zeropos = 0; ./modules/graph/graph_fztofd.c:442: Opening brace on a separate line (col 8) ./modules/graph/graph_fztofd.c:455: Statement for `for' on the same line (col 50): if (tilt > 0) for (j = 0; j < ndata; j++) nydata[j] *= tiltcorr; ./modules/graph/graph_fztofd.c:455: Statement for `if' on the same line (col 22): if (tilt > 0) for (j = 0; j < ndata; j++) nydata[j] *= tiltcorr; ./modules/graph/graph_fztofd.c:457: Statement for `for' on the same line (col 36): for (j = 0; j < ndata; j++) nxdata[j] -= zeropos; ./modules/graph/graph_fztofd.c:476: Trailing whitespace characters ./modules/graph/graph_fztofd.c:477: Trailing whitespace characters ./modules/graph/graph_fit.c:412: Misaling parentheses content (col 33) ./modules/graph/graph_fit.c:1048: Missing space after `=' (col 17): param[i] =g_array_index(args->param, FitParamArg, i).init; ./modules/graph/graph_fit.c:1375: Empty line after opening brace (col 46) ./modules/graph/graph_fit.c:1413: Statement for `for' on the same line (col 34): for (i = 0; xs[i] < xmin; i++); ./modules/graph/graph_sfuncs.c:448: Extra return parentheses (col 11) ./modules/graph/graph_simplemech.c:70: Missing space after `,' (col 108): static const gchar* fitresults[] = { "modulus", "adhesion", "deformation", "dissipation", "baseline", "peak",}; ./modules/graph/graph_simplemech.c:70: Missing space before `}' (col 109): static const gchar* fitresults[] = { "modulus", "adhesion", "deformation", "dissipation", "baseline", "peak",}; ./modules/graph/graph_simplemech.c:175: Misaling parentheses content (col 27) ./modules/graph/graph_simplemech.c:197: Misaling parentheses content (col 80) ./modules/graph/graph_simplemech.c:201: Misaling parentheses content (col 80) ./modules/graph/graph_simplemech.c:255: Empty line after opening brace (col 65) ./modules/graph/graph_simplemech.c:263: Misaling parentheses content (col 27) ./modules/graph/graph_simplemech.c:264: Misaling parentheses content (col 27) ./modules/graph/graph_simplemech.c:268: Empty line before closing brace (col 4) ./modules/graph/graph_simplemech.c:271: Empty line before closing brace (col 0) ./modules/graph/graph_simplemech.c:282: Empty line before closing brace (col 0) ./modules/graph/graph_simplemech.c:287: Misaling parentheses content (col 17) ./modules/graph/graph_simplemech.c:288: Misaling parentheses content (col 17) ./modules/graph/graph_simplemech.c:289: Misaling parentheses content (col 17) ./modules/graph/graph_simplemech.c:290: Misaling parentheses content (col 17) ./modules/graph/graph_simplemech.c:334: Misaling parentheses content (col 55) ./modules/graph/graph_simplemech.c:336: Misaling parentheses content (col 55) ./modules/graph/graph_simplemech.c:362: Missing spaces around `<' (col 15): for (i=0; i' (col 21): if (xadata[i]>ato) ato = xadata[i]; ./modules/graph/graph_simplemech.c:369: Statement for `if' on the same line (col 27): if (xadata[i]>ato) ato = xadata[i]; ./modules/graph/graph_simplemech.c:371: Missing spaces around `<' (col 13): if (i<(nadata-1)) adis += fabs(xadata[i]-xadata[i+1])*(yadata[i]+yadata[i+1])/2.0; ./modules/graph/graph_simplemech.c:371: Statement for `if' on the same line (col 26): if (i<(nadata-1)) adis += fabs(xadata[i]-xadata[i+1])*(yadata[i]+yadata[i+1])/2.0; ./modules/graph/graph_simplemech.c:377: Missing spaces around `<' (col 15): for (i=0; i(ato - baseline_range*(ato-afrom))) ./modules/graph/graph_simplemech.c:379: Opening brace on a separate line (col 8) ./modules/graph/graph_simplemech.c:389: Missing spaces around `=' (col 10): for (i=(nadata-1); i>1; i--) ./modules/graph/graph_simplemech.c:389: Missing spaces around `>' (col 24): for (i=(nadata-1); i>1; i--) ./modules/graph/graph_simplemech.c:390: Opening brace on a separate line (col 4) ./modules/graph/graph_simplemech.c:391: Missing spaces around `<' (col 46): if (yadata[i]>=baseline && yadata[i+1]=' (col 21): if (yadata[i]>=baseline && yadata[i+1]' (col 21): if (xrdata[i]>rto) rto = xrdata[i]; ./modules/graph/graph_simplemech.c:422: Statement for `if' on the same line (col 27): if (xrdata[i]>rto) rto = xrdata[i]; ./modules/graph/graph_simplemech.c:424: Missing spaces around `<' (col 13): if (i1; i--) ./modules/graph/graph_simplemech.c:437: Opening brace on a separate line (col 4) ./modules/graph/graph_simplemech.c:438: Missing spaces around `<' (col 46): if (yrdata[i]>=upperval && yrdata[i+1]=' (col 21): if (yrdata[i]>=upperval && yrdata[i+1]=lowerval && yrdata[i+1]=' (col 21): if (yrdata[i]>=lowerval && yrdata[i+1]' (col 23): if ((ilower-iupper)>4) //random criterion ./modules/graph/graph_simplemech.c:456: Opening brace on a separate line (col 4) ./modules/graph/graph_simplemech.c:477: Misaling parentheses content (col 67) ./modules/graph/graph_simplemech.c:477: Missing space after `>=' (col 94): 5, param, fix, NULL, NULL) >=0) ./modules/graph/graph_simplemech.c:478: Opening brace on a separate line (col 7) ./modules/graph/graph_simplemech.c:489: Missing spaces around `<' (col 21): for (i=0; i' (col 16): if (nfitdata>0) ./modules/graph/graph_simplemech.c:529: Opening brace on a separate line (col 4) ./modules/graph/graph_simplemech.c:549: Statement for `if' on the same line (col 22): if (fit_done) gwy_results_fill_values(results, "modulus", modulus/1e6, NULL); ./modules/graph/graph_simplemech.c:551: Empty line before closing brace (col 4) ./modules/graph/graph_simplemech.c:554: Opening brace on a separate line (col 4) ./modules/graph/graph_simplemech.c:559: Empty line before closing brace (col 1) ./modules/graph/graph_logscale.c:126: Extra space before `)' (col 88): negatives, G_N_ELEMENTS(negatives), LOGSCALE_NEGATIVE_ABS ); ./modules/graph/graph_logscale.c:128: Extra space before `)' (col 88): negatives, G_N_ELEMENTS(negatives), LOGSCALE_NEGATIVE_ABS ); ./modules/graph/graph_logscale.c:130: Extra space before `)' (col 74): bases, G_N_ELEMENTS(bases), LOGSCALE_BASE_E ); ./modules/graph/graph_cd.c:352: Missing space after `,' (col 49): gtk_widget_set_sensitive(controls.draw_circle,FALSE); ./modules/graph/graph_cd.c:629: Misaling parentheses content (col 65) ./modules/graph/graph_cd.c:671: Line ends with an operator `&&' (col 18): if (is_fitted && ./modules/graph/graph_cd.c:672: Line ends with an operator `||' (col 74): (gwy_strequal(gwy_cdline_get_name(args->fitfunc),"Circle (down)") || ./modules/graph/graph_cd.c:672: Missing space after `,' (col 56): (gwy_strequal(gwy_cdline_get_name(args->fitfunc),"Circle (down)") || ./modules/graph/graph_cd.c:673: Misaling parentheses content (col 8) ./modules/graph/graph_cd.c:673: Missing space after `,' (col 55): gwy_strequal(gwy_cdline_get_name(args->fitfunc),"Circle (up)"))) ./modules/graph/graph_cd.c:674: Missing space after `,' (col 54): gtk_widget_set_sensitive(controls->draw_circle,TRUE); ./modules/graph/graph_cd.c:676: Missing space after `,' (col 54): gtk_widget_set_sensitive(controls->draw_circle,FALSE); ./modules/graph/graph_cd.c:908: Empty line after opening brace (col 46) ./modules/graph/graph_cd.c:1054: Missing spaces around `=' (col 21): gint i, j, n, res=100; ./modules/graph/graph_cd.c:1079: Missing space after `,' (col 64): if (gwy_strequal(gwy_cdline_get_name(args->fitfunc),"Circle (down)")) { ./modules/graph/graph_cd.c:1080: Missing spaces around `<' (col 27): for (j=0;j<6;j++) { ./modules/graph/graph_cd.c:1080: Missing spaces around `=' (col 23): for (j=0;j<6;j++) { ./modules/graph/graph_cd.c:1082: Missing space after `,' (col 64): if (gwy_strequal(gwy_cdline_get_name(func),"Circle (up)")) ./modules/graph/graph_cd.c:1088: Missing spaces around `<' (col 27): for (j=0;j<6;j++) { ./modules/graph/graph_cd.c:1088: Missing spaces around `=' (col 23): for (j=0;j<6;j++) { ./modules/graph/graph_cd.c:1090: Missing space after `,' (col 64): if (gwy_strequal(gwy_cdline_get_name(func),"Circle (down)")) ./modules/graph/graph_cd.c:1101: Misaling parentheses content (col 26) ./modules/graph/graph_cd.c:1102: Misaling parentheses content (col 26) ./modules/graph/graph_cd.c:1103: Misaling parentheses content (col 26) ./modules/process/calcoefs_view.c:95: Empty line before closing brace (col 0) ./modules/process/calcoefs_view.c:158: Empty line before closing brace (col 0) ./modules/process/calcoefs_view.c:162: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:164: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:165: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:166: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:168: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:170: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:186: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:278: Misaling parentheses content (col 14) ./modules/process/calcoefs_view.c:279: Misaling parentheses content (col 14) ./modules/process/calcoefs_view.c:280: Misaling parentheses content (col 14) ./modules/process/calcoefs_view.c:306: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:307: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:311: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:312: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:326: Misaling parentheses content (col 26) ./modules/process/calcoefs_view.c:370: Misaling parentheses content (col 35) ./modules/process/calcoefs_view.c:455: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:460: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:464: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:467: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:469: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:471: Misaling parentheses content (col 39) ./modules/process/calcoefs_view.c:482: Misaling parentheses content (col 41) ./modules/process/calcoefs_view.c:483: Misaling parentheses content (col 41) ./modules/process/calcoefs_view.c:497: Misaling parentheses content (col 40) ./modules/process/calcoefs_view.c:523: Misaling parentheses content (col 40) ./modules/process/calcoefs_view.c:535: Misaling parentheses content (col 40) ./modules/process/calcoefs_view.c:559: Misaling parentheses content (col 52) ./modules/process/calcoefs_view.c:561: Misaling parentheses content (col 25) ./modules/process/calcoefs_view.c:563: Misaling parentheses content (col 24) ./modules/process/calcoefs_view.c:569: Misaling parentheses content (col 52) ./modules/process/calcoefs_view.c:571: Misaling parentheses content (col 25) ./modules/process/calcoefs_view.c:573: Misaling parentheses content (col 25) ./modules/process/calcoefs_view.c:613: Opening brace on a separate line (col 12) ./modules/process/calcoefs_view.c:654: Misaling parentheses content (col 36) ./modules/process/calcoefs_view.c:655: Misaling parentheses content (col 36) ./modules/process/calcoefs_view.c:656: Line ends with an operator `&&' (col 8): && ./modules/process/calcoefs_view.c:658: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:659: Misaling parentheses content (col 36) ./modules/process/calcoefs_view.c:660: Misaling parentheses content (col 44) ./modules/process/calcoefs_view.c:661: Misaling parentheses content (col 36) ./modules/process/calcoefs_view.c:665: Empty line before closing brace (col 0) ./modules/process/calcoefs_view.c:717: Misaling parentheses content (col 66) ./modules/process/calcoefs_view.c:723: Missing spaces around `==' (col 19): if (calibration==NULL) { ./modules/process/calcoefs_view.c:743: Misaling parentheses content (col 20) ./modules/process/calcoefs_view.c:744: Misaling parentheses content (col 20) ./modules/process/calcoefs_view.c:749: Misaling parentheses content (col 20) ./modules/process/calcoefs_view.c:750: Misaling parentheses content (col 20) ./modules/process/calcoefs_view.c:755: Misaling parentheses content (col 20) ./modules/process/calcoefs_view.c:756: Misaling parentheses content (col 20) ./modules/process/calcoefs_view.c:776: Misaling parentheses content (col 30) ./modules/process/calcoefs_view.c:777: Opening brace on a separate line (col 4) ./modules/process/calcoefs_view.c:783: Statement for `else' on the same line (col 9): else gtk_label_set_markup(GTK_LABEL(controls->resmes), ""); ./modules/process/calcoefs_view.c:790: Opening brace on a separate line (col 8) ./modules/process/calcoefs_view.c:797: Missing spaces around `<' (col 27): for (row=0; rowargs->yoffset + gwy_data_field_get_yoffset(controls->actual_field) + ./modules/process/calcoefs_view.c:801: Missing spaces around `<' (col 31): for (col=0; colargs->xoffset + gwy_data_field_get_xoffset(controls->actual_field) + ./modules/process/calcoefs_view.c:805: Misaling parentheses content (col 48) ./modules/process/calcoefs_view.c:806: Misaling parentheses content (col 48) ./modules/process/calcoefs_view.c:807: Misaling parentheses content (col 48) ./modules/process/calcoefs_view.c:817: Empty line before closing brace (col 16) ./modules/process/calcoefs_view.c:818: Statement for `if' on the same line (col 84): if (!(run = gwy_app_wait_set_fraction((gdouble)row/(gdouble)yres))) break; ./modules/process/calcoefs_view.c:822: Opening brace on a separate line (col 12) ./modules/process/calcoefs_view.c:825: Missing spaces around `<' (col 31): for (col=0; colxerr, viewfield, FALSE); ./modules/process/calcoefs_view.c:911: Statement for `if' on the same line (col 17): if (run) gwy_data_field_copy(controls->yerr, viewfield, FALSE); ./modules/process/calcoefs_view.c:915: Statement for `if' on the same line (col 17): if (run) gwy_data_field_copy(controls->zerr, viewfield, FALSE); ./modules/process/calcoefs_view.c:919: Statement for `if' on the same line (col 17): if (run) gwy_data_field_copy(controls->xunc, viewfield, FALSE); ./modules/process/calcoefs_view.c:923: Statement for `if' on the same line (col 17): if (run) gwy_data_field_copy(controls->yunc, viewfield, FALSE); ./modules/process/calcoefs_view.c:927: Statement for `if' on the same line (col 17): if (run) gwy_data_field_copy(controls->zunc, viewfield, FALSE); ./modules/process/calcoefs_view.c:962: Empty line before closing brace (col 0) ./modules/process/calcoefs_view.c:968: Empty line after opening brace (col 0) ./modules/process/calcoefs_view.c:981: Empty line before closing brace (col 0) ./modules/process/calcoefs_view.c:984: Misaling parentheses content (col 19) ./modules/process/calcoefs_view.c:993: Statement for `if' on the same line (col 18): if (!caldata) return; ./modules/process/calcoefs_view.c:1001: Opening brace on a separate line (col 4) ./modules/process/calcoefs_view.c:1003: Missing spaces around `<' (col 19): for (i=0; i1e-6) continue; ./modules/process/calcoefs_view.c:1016: Statement for `if' on the same line (col 47): if (snap && (fabs(zd[i]-splane))>1e-6) continue; ./modules/process/calcoefs_view.c:1018: Line ends with an operator `+' (col 42): if ((val=((xd[i] - x)*(xd[i] - x) + ./modules/process/calcoefs_view.c:1018: Missing spaces around `=' (col 16): if ((val=((xd[i] - x)*(xd[i] - x) + ./modules/process/calcoefs_view.c:1019: Line ends with an operator `+' (col 37): (yd[i] - y)*(yd[i] - y) + ./modules/process/calcoefs_view.c:1021: Opening brace on a separate line (col 8) ./modules/process/calcoefs_view.c:1023: Opening brace on a separate line (col 12) ./modules/process/calcoefs_view.c:1025: Missing spaces around `<' (col 27): for (j=0; j<(*ndata); j++) ./modules/process/calcoefs_view.c:1025: Missing spaces around `=' (col 22): for (j=0; j<(*ndata); j++) ./modules/process/calcoefs_view.c:1026: Opening brace on a separate line (col 16) ./modules/process/calcoefs_view.c:1033: Opening brace on a separate line (col 16) ./modules/process/calcoefs_view.c:1038: Empty line before closing brace (col 12) ./modules/process/calcoefs_view.c:1053: Empty line after opening brace (col 0) ./modules/process/calcoefs_view.c:1057: Missing spaces around `=' (col 14): gint ndata=9; ./modules/process/calcoefs_view.c:1062: Missing space before `}' (col 55): if (!caldata) {/*printf("no caldata!\n");*/ return;} ./modules/process/calcoefs_view.c:1062: More than one statement on a line (col 55): if (!caldata) {/*printf("no caldata!\n");*/ return;} ./modules/process/calcoefs_view.c:1062: Statement for `if' on the same line (col 48): if (!caldata) {/*printf("no caldata!\n");*/ return;} ./modules/process/calcoefs_view.c:1078: Missing spaces around `<' (col 19): for (i=0; iduplicate = DUPLICATE_NONE; ./modules/process/calcoefs_simple.c:590: Missing spaces around `==' (col 16): if (original==detail) { ./modules/process/calcoefs_simple.c:594: Line ends with an operator `||' (col 80): else if (gwy_data_field_get_xres(original)<=gwy_data_field_get_xres(detail) || ./modules/process/calcoefs_simple.c:594: Missing spaces around `<=' (col 46): else if (gwy_data_field_get_xres(original)<=gwy_data_field_get_xres(detail) || ./modules/process/calcoefs_simple.c:595: Misaling parentheses content (col 8) ./modules/process/calcoefs_simple.c:595: Missing spaces around `<=' (col 41): gwy_data_field_get_yres(original)<=gwy_data_field_get_yres(detail)) ./modules/process/calcoefs_simple.c:596: Opening brace on a separate line (col 4) ./modules/process/calcoefs_simple.c:607: Line longer than 120 characters: get_object_list(GTK_WINDOW(controls->dialog), original, detail, args->threshold, args->xs, args->ys, &(args->noriginal), ./modules/process/calcoefs_simple.c:621: Empty line before closing brace (col 4) ./modules/process/calcoefs_simple.c:624: Empty line before closing brace (col 0) ./modules/process/calcoefs_simple.c:685: Missing spaces around `<' (col 15): for (i=0; i x[i]) minx = x[i]; ./modules/process/calcoefs_simple.c:914: Statement for `if' on the same line (col 25): if (maxx < x[i]) maxx = x[i]; ./modules/process/calcoefs_simple.c:917: Statement for `if' on the same line (col 25): if (miny > y[i]) miny = y[i]; ./modules/process/calcoefs_simple.c:918: Statement for `if' on the same line (col 25): if (maxy < y[i]) maxy = y[i]; ./modules/process/calcoefs_simple.c:921: Statement for `if' on the same line (col 25): if (minz > z[i]) minz = z[i]; ./modules/process/calcoefs_simple.c:922: Statement for `if' on the same line (col 25): if (maxz < z[i]) maxz = z[i]; ./modules/process/calcoefs_simple.c:941: Empty line before closing brace (col 0) ./modules/process/calcoefs_simple.c:949: Missing spaces around `=' (col 15): gint i, pos=0; ./modules/process/calcoefs_simple.c:954: Missing spaces around `<' (col 15): for (i=0; iargs->caldata = caldata; ./modules/process/calcoefs_load.c:457: Space between function name and parenthesis (col 23): gtk_widget_destroy (dialog); ./modules/process/calcoefs_load.c:459: Empty line before closing brace (col 0) ./modules/process/smm.c:90: Trailing whitespace characters ./modules/process/smm.c:120: Trailing whitespace characters ./modules/process/smm.c:191: Misaling parentheses content (col 30) ./modules/process/smm.c:192: Misaling parentheses content (col 30) ./modules/process/smm.c:193: Trailing whitespace characters ./modules/process/smm.c:211: Misaling parentheses content (col 34) ./modules/process/smm.c:212: Misaling parentheses content (col 34) ./modules/process/smm.c:395: Trailing whitespace characters ./modules/process/smm.c:396: Misaling parentheses content (col 75) ./modules/process/smm.c:435: Empty line before closing brace (col 4) ./modules/process/smm.c:549: Trailing whitespace characters ./modules/process/smm.c:562: Empty line before closing brace (col 0) ./modules/process/smm.c:620: Missing spaces around `<' (col 17): for (i = 0; ilen - 1); m++) ./modules/process/superresolution.c:489: Missing spaces around `=' (col 10): for (m=0; m<(fields->len - 1); m++) ./modules/process/superresolution.c:490: Opening brace on a separate line (col 4) ./modules/process/superresolution.c:507: Misaling parentheses content (col 47) ./modules/process/superresolution.c:508: Misaling parentheses content (col 47) ./modules/process/superresolution.c:509: Misaling parentheses content (col 47) ./modules/process/superresolution.c:528: Missing spaces around `<' (col 23): for (col=5; col<(xres-5); col++) { ./modules/process/superresolution.c:528: Missing spaces around `=' (col 16): for (col=5; col<(xres-5); col++) { ./modules/process/superresolution.c:529: Empty line after opening brace (col 45) ./modules/process/superresolution.c:529: Missing spaces around `<' (col 27): for (row=5; row<(yres-5); row++) { ./modules/process/superresolution.c:529: Missing spaces around `=' (col 20): for (row=5; row<(yres-5); row++) { ./modules/process/superresolution.c:532: Opening brace on a separate line (col 16) ./modules/process/superresolution.c:543: Empty line before closing brace (col 4) ./modules/process/superresolution.c:553: Misaling parentheses content (col 54) ./modules/process/superresolution.c:556: Missing spaces around `<' (col 19): for (col=1; col<(2*xres - 1); col++) { ./modules/process/superresolution.c:556: Missing spaces around `=' (col 12): for (col=1; col<(2*xres - 1); col++) { ./modules/process/superresolution.c:561: Empty line after opening brace (col 45) ./modules/process/superresolution.c:561: Missing spaces around `<' (col 23): for (row=1; row<(2*yres - 1); row++) { ./modules/process/superresolution.c:561: Missing spaces around `=' (col 16): for (row=1; row<(2*yres - 1); row++) { ./modules/process/superresolution.c:565: Missing spaces around `<' (col 23): for (m=0; mlen; m++) ./modules/process/superresolution.c:565: Missing spaces around `=' (col 18): for (m=0; mlen; m++) ./modules/process/superresolution.c:566: Opening brace on a separate line (col 12) ./modules/process/superresolution.c:568: Missing spaces around `<' (col 45): if (fabs(2*(pdp->xval) - col)yval) - row)xval) - col)yval) - row)len){ ./modules/process/superresolution.c:583: Missing spaces around `<' (col 27): for (m=0; mlen; m++) ./modules/process/superresolution.c:583: Missing spaces around `=' (col 22): for (m=0; mlen; m++) ./modules/process/superresolution.c:584: Opening brace on a separate line (col 16) ./modules/process/superresolution.c:587: Misaling parentheses content (col 33) ./modules/process/superresolution.c:594: Empty line before closing brace (col 12) ./modules/process/superresolution.c:596: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:166: Trailing whitespace characters ./modules/process/roddeposit_synth.c:281: Empty line before closing brace (col 4) ./modules/process/roddeposit_synth.c:290: Misaling parentheses content (col 40) ./modules/process/roddeposit_synth.c:291: Misaling parentheses content (col 40) ./modules/process/roddeposit_synth.c:300: Trailing whitespace characters ./modules/process/roddeposit_synth.c:301: Misaling parentheses content (col 15) ./modules/process/roddeposit_synth.c:313: Empty line before closing brace (col 4) ./modules/process/roddeposit_synth.c:340: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:352: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:354: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:510: Misaling parentheses content (col 41) ./modules/process/roddeposit_synth.c:576: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:620: Misaling parentheses content (col 36) ./modules/process/roddeposit_synth.c:668: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:670: Empty line after opening brace (col 28) ./modules/process/roddeposit_synth.c:683: Misaling parentheses content (col 33) ./modules/process/roddeposit_synth.c:685: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:686: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:687: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:688: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:690: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:691: Misaling parentheses content (col 22) ./modules/process/roddeposit_synth.c:702: Misaling parentheses content (col 33) ./modules/process/roddeposit_synth.c:704: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:705: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:706: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:707: Misaling parentheses content (col 22) ./modules/process/roddeposit_synth.c:709: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:710: Misaling parentheses content (col 22) ./modules/process/roddeposit_synth.c:720: Line longer than 120 characters: g_object_set(gmodel, "si-unit-x", gwy_si_unit_duplicate(gwy_data_line_get_si_unit_x(controls.stats_aspectratio)), ./modules/process/roddeposit_synth.c:721: Misaling parentheses content (col 33) ./modules/process/roddeposit_synth.c:724: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:725: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:726: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:727: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:729: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:730: Misaling parentheses content (col 22) ./modules/process/roddeposit_synth.c:741: Misaling parentheses content (col 33) ./modules/process/roddeposit_synth.c:744: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:745: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:746: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:747: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:749: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:750: Misaling parentheses content (col 22) ./modules/process/roddeposit_synth.c:761: Misaling parentheses content (col 33) ./modules/process/roddeposit_synth.c:764: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:765: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:766: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:767: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:769: Misaling parentheses content (col 21) ./modules/process/roddeposit_synth.c:770: Misaling parentheses content (col 22) ./modules/process/roddeposit_synth.c:773: Empty line before closing brace (col 9) ./modules/process/roddeposit_synth.c:775: Empty line before closing brace (col 4) ./modules/process/roddeposit_synth.c:888: Misaling parentheses content (col 13) ./modules/process/roddeposit_synth.c:926: Empty line after opening brace (col 28) ./modules/process/roddeposit_synth.c:930: Misaling parentheses content (col 40) ./modules/process/roddeposit_synth.c:931: Misaling parentheses content (col 40) ./modules/process/roddeposit_synth.c:936: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:937: Line ends with an operator `||' (col 86): else if (gwy_data_field_get_xres(controls->out) != controls->dims->args->xres || ./modules/process/roddeposit_synth.c:939: Opening brace on a separate line (col 8) ./modules/process/roddeposit_synth.c:947: Line ends with an operator `||' (col 86): if (gwy_data_field_get_xreal(controls->out) != mag*controls->dims->args->xres || ./modules/process/roddeposit_synth.c:949: Opening brace on a separate line (col 8) ./modules/process/roddeposit_synth.c:953: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:957: Line ends with an operator `||' (col 114): if (controls->out && (gwy_data_field_get_xres(controls->original)!=gwy_data_field_get_xres(controls->out) || ./modules/process/roddeposit_synth.c:957: Missing spaces around `!=' (col 73): if (controls->out && (gwy_data_field_get_xres(controls->original)!=gwy_data_field_get_xres(controls->out) || ./modules/process/roddeposit_synth.c:958: Misaling parentheses content (col 12) ./modules/process/roddeposit_synth.c:958: Missing spaces around `!=' (col 55): gwy_data_field_get_yres(controls->original)!=gwy_data_field_get_yres(controls->out))) ./modules/process/roddeposit_synth.c:959: Opening brace on a separate line (col 8) ./modules/process/roddeposit_synth.c:967: Line ends with an operator `||' (col 98): if (gwy_data_field_get_xreal(controls->original)!=gwy_data_field_get_xreal(controls->out) || ./modules/process/roddeposit_synth.c:967: Missing spaces around `!=' (col 56): if (gwy_data_field_get_xreal(controls->original)!=gwy_data_field_get_xreal(controls->out) || ./modules/process/roddeposit_synth.c:968: Missing spaces around `!=' (col 56): gwy_data_field_get_yreal(controls->original)!=gwy_data_field_get_yreal(controls->out)) ./modules/process/roddeposit_synth.c:969: Opening brace on a separate line (col 8) ./modules/process/roddeposit_synth.c:999: Trailing whitespace characters ./modules/process/roddeposit_synth.c:1004: Missing space after `>=' (col 14): if (ndata >=0 && success) ./modules/process/roddeposit_synth.c:1096: Missing spaces around `+=' (col 28): for (i = 0; i < ndata; i+=3) { ./modules/process/roddeposit_synth.c:1097: Missing spaces around `==' (col 21): if (active[i]==0) continue; ./modules/process/roddeposit_synth.c:1097: Statement for `if' on the same line (col 26): if (active[i]==0) continue; ./modules/process/roddeposit_synth.c:1110: Missing spaces around `<' (col 19): for (k=0; k' (col 20): if (sxpos>(xres-1)) sxpos = xres-1; ./modules/process/roddeposit_synth.c:1118: Statement for `if' on the same line (col 31): if (sxpos>(xres-1)) sxpos = xres-1; ./modules/process/roddeposit_synth.c:1119: Missing spaces around `>' (col 20): if (sypos>(yres-1)) sypos = yres-1; ./modules/process/roddeposit_synth.c:1119: Statement for `if' on the same line (col 31): if (sypos>(yres-1)) sypos = yres-1; ./modules/process/roddeposit_synth.c:1122: Misaling parentheses content (col 24) ./modules/process/roddeposit_synth.c:1139: Misaling parentheses content (col 32) ./modules/process/roddeposit_synth.c:1140: Opening brace on a separate line (col 23) ./modules/process/roddeposit_synth.c:1155: Line longer than 120 characters: get_lj_potential_spheres(gdouble ax, gdouble ay, gdouble az, gdouble bx, gdouble by, gdouble bz, gdouble asize, gdouble bsize, gdouble factor) ./modules/process/roddeposit_synth.c:1162: Missing spaces around `>' (col 14): if ((asize>0 && bsize>0) && dist > asize/100) { ./modules/process/roddeposit_synth.c:1162: Missing spaces around `>' (col 25): if ((asize>0 && bsize>0) && dist > asize/100) { ./modules/process/roddeposit_synth.c:1168: Statement for `else' on the same line (col 9): else return 0; ./modules/process/roddeposit_synth.c:1181: Missing spaces around `>' (col 12): if (size>0 && dist > size/100) ./modules/process/roddeposit_synth.c:1182: Opening brace on a separate line (col 4) ./modules/process/roddeposit_synth.c:1187: Line longer than 120 characters: //return size*1e-3*(pow(sigma, 12)/45.0/pow(dist, 9) - pow(sigma, 6)/6.0/pow(dist, 3)); //corrected for particle size ./modules/process/roddeposit_synth.c:1188: Statement for `else' on the same line (col 9): else return 0; ./modules/process/roddeposit_synth.c:1198: Misaling parentheses content (col 11) ./modules/process/roddeposit_synth.c:1199: Line ends with an operator `*' (col 49): + (rz[ib] - rz[ia])*(rz[ib] - rz[ia]))* ./modules/process/roddeposit_synth.c:1199: Misaling parentheses content (col 11) ./modules/process/roddeposit_synth.c:1201: Misaling parentheses content (col 11) ./modules/process/roddeposit_synth.c:1202: Misaling parentheses content (col 11) ./modules/process/roddeposit_synth.c:1224: Empty line before closing brace (col 0) ./modules/process/roddeposit_synth.c:1228: Line longer than 120 characters: GwyDataField *dfield, GwyDataLine *stats_length, GwyDataLine *stats_width, GwyDataLine *stats_aspectratio, ./modules/process/roddeposit_synth.c:1228: Misaling parentheses content (col 17) ./modules/process/roddeposit_synth.c:1228: Trailing whitespace characters ./modules/process/roddeposit_synth.c:1229: Misaling parentheses content (col 17) ./modules/process/roddeposit_synth.c:1230: Misaling parentheses content (col 17) ./modules/process/roddeposit_synth.c:1231: Misaling parentheses content (col 17) ./modules/process/roddeposit_synth.c:1232: Misaling parentheses content (col 17) ./modules/process/roddeposit_synth.c:1237: Missing spaces around `=' (col 25): GwyDataField *surface=NULL, *lfield, *zlfield, *zdfield; //FIXME all of them? ./modules/process/roddeposit_synth.c:1241: Missing spaces around `=' (col 16): gdouble mass=1, timestep = 0.5, rxv, ryv, rzv, zval; ./modules/process/roddeposit_synth.c:1342: Boolean argument 2 of gwy_data_field_invert passed as number (col 34): gwy_data_field_invert(dfield, 1, 0, 0); ./modules/process/roddeposit_synth.c:1342: Boolean argument 3 of gwy_data_field_invert passed as number (col 37): gwy_data_field_invert(dfield, 1, 0, 0); ./modules/process/roddeposit_synth.c:1342: Boolean argument 4 of gwy_data_field_invert passed as number (col 40): gwy_data_field_invert(dfield, 1, 0, 0); ./modules/process/roddeposit_synth.c:1345: Boolean argument 2 of gwy_data_field_invert passed as number (col 34): gwy_data_field_invert(dfield, 1, 0, 0); ./modules/process/roddeposit_synth.c:1345: Boolean argument 3 of gwy_data_field_invert passed as number (col 37): gwy_data_field_invert(dfield, 1, 0, 0); ./modules/process/roddeposit_synth.c:1345: Boolean argument 4 of gwy_data_field_invert passed as number (col 40): gwy_data_field_invert(dfield, 1, 0, 0); ./modules/process/roddeposit_synth.c:1347: Boolean argument 2 of gwy_data_field_invert passed as number (col 34): gwy_data_field_invert(dfield, 0, 1, 0); ./modules/process/roddeposit_synth.c:1347: Boolean argument 3 of gwy_data_field_invert passed as number (col 37): gwy_data_field_invert(dfield, 0, 1, 0); ./modules/process/roddeposit_synth.c:1347: Boolean argument 4 of gwy_data_field_invert passed as number (col 40): gwy_data_field_invert(dfield, 0, 1, 0); ./modules/process/roddeposit_synth.c:1350: Boolean argument 2 of gwy_data_field_invert passed as number (col 34): gwy_data_field_invert(dfield, 0, 1, 0); ./modules/process/roddeposit_synth.c:1350: Boolean argument 3 of gwy_data_field_invert passed as number (col 37): gwy_data_field_invert(dfield, 0, 1, 0); ./modules/process/roddeposit_synth.c:1350: Boolean argument 4 of gwy_data_field_invert passed as number (col 40): gwy_data_field_invert(dfield, 0, 1, 0); ./modules/process/roddeposit_synth.c:1352: Boolean argument 2 of gwy_data_field_invert passed as number (col 34): gwy_data_field_invert(dfield, 1, 1, 0); ./modules/process/roddeposit_synth.c:1352: Boolean argument 3 of gwy_data_field_invert passed as number (col 37): gwy_data_field_invert(dfield, 1, 1, 0); ./modules/process/roddeposit_synth.c:1352: Boolean argument 4 of gwy_data_field_invert passed as number (col 40): gwy_data_field_invert(dfield, 1, 1, 0); ./modules/process/roddeposit_synth.c:1357: Boolean argument 2 of gwy_data_field_invert passed as number (col 34): gwy_data_field_invert(dfield, 1, 1, 0); ./modules/process/roddeposit_synth.c:1357: Boolean argument 3 of gwy_data_field_invert passed as number (col 37): gwy_data_field_invert(dfield, 1, 1, 0); ./modules/process/roddeposit_synth.c:1357: Boolean argument 4 of gwy_data_field_invert passed as number (col 40): gwy_data_field_invert(dfield, 1, 1, 0); ./modules/process/roddeposit_synth.c:1378: Empty line after opening brace (col 71) ./modules/process/roddeposit_synth.c:1378: Missing spaces around `<' (col 31): if ((i%200)==0 && ndata<(presetval-3) && i<(3*args->revise/4)) { ./modules/process/roddeposit_synth.c:1378: Missing spaces around `<' (col 50): if ((i%200)==0 && ndata<(presetval-3) && i<(3*args->revise/4)) { ./modules/process/roddeposit_synth.c:1378: Missing spaces around `==' (col 19): if ((i%200)==0 && ndata<(presetval-3) && i<(3*args->revise/4)) { ./modules/process/roddeposit_synth.c:1386: Missing spaces around `<' (col 24): if (sizesize/100) ./modules/process/roddeposit_synth.c:1421: Statement for `if' on the same line (col 46): if (width_from > 2*size/norm) width_from = 2*size/norm; ./modules/process/roddeposit_synth.c:1422: Statement for `if' on the same line (col 44): if (width_to < 2*size/norm) width_to = 2*size/norm; ./modules/process/roddeposit_synth.c:1459: Line longer than 120 characters: //printf("adding triplet %d of size %g to %d %d %d %g %g %g\n", ntr, rdisizes[ndata], ndata-2, ndata-1, ndata, rx[ndata], ry[ndata], rz[ndata]); ./modules/process/roddeposit_synth.c:1465: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:1472: Empty line after opening brace (col 36) ./modules/process/roddeposit_synth.c:1474: Missing spaces around `==' (col 25): if (active[k]==0) continue; ./modules/process/roddeposit_synth.c:1474: Statement for `if' on the same line (col 30): if (active[k]==0) continue; ./modules/process/roddeposit_synth.c:1490: Line longer than 120 characters: fx[k] -= (get_lj_potential_spheres(rx[m], ry[m], rz[m], rx[k]+diff, ry[k], rz[k], rdisizes[k], rdisizes[m], args->ljparticle) ./modules/process/roddeposit_synth.c:1491: Line longer than 120 characters: -get_lj_potential_spheres(rx[m], ry[m], rz[m], rx[k]-diff, ry[k], rz[k], rdisizes[k], rdisizes[m], args->ljparticle))/2/diff; ./modules/process/roddeposit_synth.c:1491: Misaling parentheses content (col 30) ./modules/process/roddeposit_synth.c:1492: Line longer than 120 characters: fy[k] -= (get_lj_potential_spheres(rx[m], ry[m], rz[m], rx[k], ry[k]+diff, rz[k], rdisizes[k], rdisizes[m], args->ljparticle) ./modules/process/roddeposit_synth.c:1493: Line longer than 120 characters: -get_lj_potential_spheres(rx[m], ry[m], rz[m], rx[k], ry[k]-diff, rz[k], rdisizes[k], rdisizes[m], args->ljparticle))/2/diff; ./modules/process/roddeposit_synth.c:1493: Misaling parentheses content (col 30) ./modules/process/roddeposit_synth.c:1494: Line longer than 120 characters: fz[k] -= (get_lj_potential_spheres(rx[m], ry[m], rz[m], rx[k], ry[k], rz[k]+diff, rdisizes[k], rdisizes[m], args->ljparticle) ./modules/process/roddeposit_synth.c:1495: Line longer than 120 characters: -get_lj_potential_spheres(rx[m], ry[m], rz[m], rx[k], ry[k], rz[k]-diff, rdisizes[k], rdisizes[m], args->ljparticle))/2/diff; ./modules/process/roddeposit_synth.c:1495: Misaling parentheses content (col 30) ./modules/process/roddeposit_synth.c:1497: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:1498: Line longer than 120 characters: zval = gwy_data_field_get_val(lfield, CLAMP(gwy_data_field_rtoi(zlfield, rx[k]), 0, gwy_data_field_get_xres(zlfield)-1), ./modules/process/roddeposit_synth.c:1499: Line longer than 120 characters: CLAMP(gwy_data_field_rtoi(zlfield, ry[k]), 0, gwy_data_field_get_yres(zlfield)-1)); ./modules/process/roddeposit_synth.c:1503: Misaling parentheses content (col 20) ./modules/process/roddeposit_synth.c:1505: Trailing whitespace characters ./modules/process/roddeposit_synth.c:1508: Missing spaces around `>' (col 28): if ((rz[k]-zval)>1.2*size) { ./modules/process/roddeposit_synth.c:1509: Line longer than 120 characters: fz[k] -= args->gravity*1e-7; //some 'gravity' everywhere to let it fall down even from large heights where integrated L-J is almost zero ./modules/process/roddeposit_synth.c:1511: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:1515: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:1517: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:1541: Missing spaces around `<' (col 19): for (k=0; k(xreal+2*rdisizes[k]) || ry[k]>(yreal+2*rdisizes[k])) { ./modules/process/roddeposit_synth.c:1571: Missing spaces around `<' (col 21): if (rx[k]<(-2*rdisizes[k]) || ry[k]<(-2*rdisizes[k]) || rx[k]>(xreal+2*rdisizes[k]) || ry[k]>(yreal+2*rdisizes[k])) { ./modules/process/roddeposit_synth.c:1571: Missing spaces around `<' (col 47): if (rx[k]<(-2*rdisizes[k]) || ry[k]<(-2*rdisizes[k]) || rx[k]>(xreal+2*rdisizes[k]) || ry[k]>(yreal+2*rdisizes[k])) { ./modules/process/roddeposit_synth.c:1571: Missing spaces around `>' (col 104): if (rx[k]<(-2*rdisizes[k]) || ry[k]<(-2*rdisizes[k]) || rx[k]>(xreal+2*rdisizes[k]) || ry[k]>(yreal+2*rdisizes[k])) { ./modules/process/roddeposit_synth.c:1571: Missing spaces around `>' (col 73): if (rx[k]<(-2*rdisizes[k]) || ry[k]<(-2*rdisizes[k]) || rx[k]>(xreal+2*rdisizes[k]) || ry[k]>(yreal+2*rdisizes[k])) { ./modules/process/roddeposit_synth.c:1576: Missing spaces around `+=' (col 28): for (k=0; kmaxdist ./modules/process/roddeposit_synth.c:1581: Missing spaces around `>' (col 117): if (((rx[k]-rx[k+1])*(rx[k]-rx[k+1]) + (ry[k]-ry[k+1])*(ry[k]-ry[k+1]) + (rz[k]-rz[k+1])*(rz[k]-rz[k+1]))>maxdist ./modules/process/roddeposit_synth.c:1582: Line longer than 120 characters: || ((rx[k+1]-rx[k+2])*(rx[k+1]-rx[k+2]) + (ry[k+1]-ry[k+2])*(ry[k+1]-ry[k+2]) + (rz[k+1]-rz[k+2])*(rz[k+1]-rz[k+2]))>maxdist) ./modules/process/roddeposit_synth.c:1582: Misaling parentheses content (col 15) ./modules/process/roddeposit_synth.c:1582: Missing spaces around `>' (col 131): || ((rx[k+1]-rx[k+2])*(rx[k+1]-rx[k+2]) + (ry[k+1]-ry[k+2])*(ry[k+1]-ry[k+2]) + (rz[k+1]-rz[k+2])*(rz[k+1]-rz[k+2]))>maxdist) ./modules/process/roddeposit_synth.c:1583: Opening brace on a separate line (col 12) ./modules/process/roddeposit_synth.c:1587: Empty line before closing brace (col 12) ./modules/process/roddeposit_synth.c:1591: Missing spaces around `+=' (col 27): for (k=0; k' (col 24): if (fabs(xd)>1e-15) { ./modules/process/roddeposit_synth.c:1687: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:1742: Statement for `if' on the same line (col 32): if (active[k] != 0) (*ondata) += 3; ./modules/process/roddeposit_synth.c:1757: Statement for `if' on the same line (col 32): if (active[k] == 0) continue; ./modules/process/roddeposit_synth.c:1759: Missing spaces around `<' (col 23): for (j=0; j<3; j++) { ./modules/process/roddeposit_synth.c:1759: Missing spaces around `=' (col 18): for (j=0; j<3; j++) { ./modules/process/roddeposit_synth.c:1786: Line longer than 120 characters: length = (sqrt((rx[k]-rx[k+2])*(rx[k]-rx[k+2]) + (ry[k]-ry[k+2])*(ry[k]-ry[k+2]) + (rz[k]-rz[k+2])*(rz[k]-rz[k+2])) + 2*rdisizes[k])/norm; ./modules/process/roddeposit_synth.c:1789: Missing spaces around `>' (col 22): if (length>0) theta = 180*asin(((rz[k+2] - rz[k])/norm)/length)/G_PI; ./modules/process/roddeposit_synth.c:1789: Statement for `if' on the same line (col 26): if (length>0) theta = 180*asin(((rz[k+2] - rz[k])/norm)/length)/G_PI; ./modules/process/roddeposit_synth.c:1790: Statement for `else' on the same line (col 17): else theta = 0; ./modules/process/roddeposit_synth.c:1792: Missing spaces around `<' (col 19): if (phi<0) phi += 180; ./modules/process/roddeposit_synth.c:1792: Statement for `if' on the same line (col 23): if (phi<0) phi += 180; ./modules/process/roddeposit_synth.c:1835: Trailing whitespace characters ./modules/process/roddeposit_synth.c:1837: Missing spaces around `>' (col 26): if (aspectratio_to>5) aspectratio_to = 5; //prevent some completely wrong particle to destroy the statistics ./modules/process/roddeposit_synth.c:1837: Statement for `if' on the same line (col 30): if (aspectratio_to>5) aspectratio_to = 5; //prevent some completely wrong particle to destroy the statistics ./modules/process/roddeposit_synth.c:1838: Missing spaces around `>' (col 21): if (length_to>(5*aspectratio_to*width_to)) length_to = 5*aspectratio_to*width_to; ./modules/process/roddeposit_synth.c:1838: Statement for `if' on the same line (col 51): if (length_to>(5*aspectratio_to*width_to)) length_to = 5*aspectratio_to*width_to; ./modules/process/roddeposit_synth.c:1848: Trailing whitespace characters ./modules/process/roddeposit_synth.c:1858: Line longer than 120 characters: length = (sqrt((rx[k]-rx[k+2])*(rx[k]-rx[k+2]) + (ry[k]-ry[k+2])*(ry[k]-ry[k+2]) + (rz[k]-rz[k+2])*(rz[k]-rz[k+2])) + 2*rdisizes[k])/norm; ./modules/process/roddeposit_synth.c:1864: Missing spaces around `>' (col 23): if (length>0) theta = 180*asin(((rz[k+2] - rz[k])/norm)/length)/G_PI; ./modules/process/roddeposit_synth.c:1864: Statement for `if' on the same line (col 27): if (length>0) theta = 180*asin(((rz[k+2] - rz[k])/norm)/length)/G_PI; ./modules/process/roddeposit_synth.c:1865: Statement for `else' on the same line (col 18): else theta = 0; ./modules/process/roddeposit_synth.c:1870: Missing spaces around `<' (col 20): if (phi<0) phi += 180; ./modules/process/roddeposit_synth.c:1870: Statement for `if' on the same line (col 24): if (phi<0) phi += 180; ./modules/process/roddeposit_synth.c:1873: Empty line before closing brace (col 8) ./modules/process/roddeposit_synth.c:1883: Line longer than 120 characters: gwy_data_line_set_real(stats_aspectratio, (aspectratio_to - aspectratio_from)*(gdouble)nstat/((gdouble)(nstat-1))); ./modules/process/roddeposit_synth.c:1886: Trailing whitespace characters ./modules/process/roddeposit_synth.c:1887: Empty line before closing brace (col 4) ./modules/process/roddeposit_synth.c:2041: Trailing whitespace characters ./modules/process/roddeposit_synth.c:2055: Missing spaces around `<' (col 14): for (i=0; indata; i++) ./modules/process/roddeposit_synth.c:2055: Missing spaces around `=' (col 9): for (i=0; indata; i++) ./modules/process/roddeposit_synth.c:2056: Opening brace on a separate line (col 3) ./modules/process/roddeposit_synth.c:2056: Trailing whitespace characters ./modules/process/roddeposit_synth.c:2058: Misaling parentheses content (col 20) ./modules/process/roddeposit_synth.c:2058: Trailing whitespace characters ./modules/process/roddeposit_synth.c:2059: Line longer than 120 characters: // g_string_append_printf(report, "%g %g %g %g\n", controls->rdata[i], controls->xdata[i], controls->ydata[i], controls->zdata[i]); ./modules/process/neuraldata.h:475: Extra return parentheses (col 11) ./modules/process/correct_affine.c:795: Extra space before `.' (col 44): gtk_misc_set_alignment(GTK_MISC(label), .0, 0.5); ./modules/process/mfmops.h:44: Trailing whitespace characters ./modules/process/mfmops.h:57: Trailing whitespace characters ./modules/process/lat_synth.c:934: Extra space before `)' (col 30): for (y = 0; y < yres; ) { ./modules/process/lat_synth.c:944: Extra space before `)' (col 34): for (x = 0; x < xres; ) { ./modules/process/lat_synth.c:2080: Double semicolon (col 25): for (ne = owner->ne; ; ne = ne->next) { ./modules/process/lat_synth.c:2100: Double semicolon (col 25): for (ne = owner->ne; ; ne = ne->next) { ./modules/process/lat_synth.c:2118: Double semicolon (col 25): for (ne = owner->ne; ; ne = ne->next) { ./modules/process/grain_filter.c:249: Misaling parentheses content (col 24) ./modules/process/grain_filter.c:250: Misaling parentheses content (col 24) ./modules/process/grain_filter.c:251: Misaling parentheses content (col 24) ./modules/process/grain_filter.c:252: Misaling parentheses content (col 24) ./modules/process/grain_filter.c:281: Misaling parentheses content (col 14) ./modules/process/grain_filter.c:282: Misaling parentheses content (col 14) ./modules/process/grain_filter.c:283: Misaling parentheses content (col 14) ./modules/process/grain_filter.c:284: Misaling parentheses content (col 14) ./modules/process/grain_filter.c:285: Misaling parentheses content (col 14) ./modules/process/calcoefs_new.c:322: Missing spaces around `==' (col 94): if ((calibration = GWY_CALIBRATION(gwy_inventory_get_item(gwy_calibrations(), args.name)))==NULL) ./modules/process/calcoefs_new.c:323: Opening brace on a separate line (col 4) ./modules/process/calcoefs_new.c:356: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:395: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:422: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:435: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:448: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:462: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:489: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:502: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:514: Extra space before `,' (col 43): GTK_EXPAND | GTK_FILL , 0, 0, 0); ./modules/process/calcoefs_new.c:524: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:538: Misaling parentheses content (col 40) ./modules/process/calcoefs_new.c:550: Extra space before `,' (col 43): GTK_EXPAND | GTK_FILL , 0, 0, 0); ./modules/process/calcoefs_new.c:606: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:608: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:610: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:612: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:614: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:616: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:618: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:620: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:622: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:624: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:626: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:628: Misaling parentheses content (col 46) ./modules/process/calcoefs_new.c:737: Misaling parentheses content (col 22) ./modules/process/calcoefs_new.c:758: Misaling parentheses content (col 22) ./modules/process/calcoefs_new.c:798: Misaling parentheses content (col 24) ./modules/process/calcoefs_new.c:803: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:893: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:896: Misaling parentheses content (col 17) ./modules/process/calcoefs_new.c:908: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:924: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:927: Misaling parentheses content (col 17) ./modules/process/calcoefs_new.c:939: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:955: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:958: Misaling parentheses content (col 17) ./modules/process/calcoefs_new.c:970: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:974: Misaling parentheses content (col 17) ./modules/process/calcoefs_new.c:986: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:990: Misaling parentheses content (col 17) ./modules/process/calcoefs_new.c:1002: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:1006: Misaling parentheses content (col 17) ./modules/process/calcoefs_new.c:1018: Empty line before closing brace (col 0) ./modules/process/calcoefs_new.c:1063: Misaling parentheses content (col 14) ./modules/process/calcoefs_new.c:1079: Misaling parentheses content (col 14) ./modules/process/calcoefs_new.c:1088: Empty line before closing brace (col 0) ./modules/process/cpde_synth.c:509: Extra return parentheses (col 11) ./modules/process/stitch.c:104: Misaling parentheses content (col 44) ./modules/process/mfm_field.c:203: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:204: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:205: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:213: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:214: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:215: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:223: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:224: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:225: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:233: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:234: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:235: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:243: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:244: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:245: Misaling parentheses content (col 28) ./modules/process/mfm_field.c:250: Empty line before closing brace (col 4) ./modules/process/mfm_field.c:334: Missing spaces around `<' (col 10): if (id<0 || id == PARAM_OUT) { ./modules/process/mfm_field.c:344: Missing spaces around `<' (col 10): if (id<0 || id == PARAM_PROBE || id == PARAM_OUT) { ./modules/process/mfm_field.c:352: Missing space before `=' (col 25): bar_sensitive= TRUE; ./modules/process/mfm_field.c:362: Empty line before closing brace (col 0) ./modules/process/mfm_field.c:378: Missing spaces around `=' (col 21): GwyDataField *fz=NULL, *fza, *fzb, *fzc; ./modules/process/mfm_field.c:470: Empty line before closing brace (col 4) ./modules/process/mfm_field.c:472: Opening brace on a separate line (col 4) ./modules/process/mfm_field.c:531: Empty line before closing brace (col 4) ./modules/process/mfm_field.c:533: Empty line before closing brace (col 0) ./modules/process/fft_filter_2d.c:270: Line ends with an operator `=' (col 15): mfield = ./modules/process/fft_filter_2d.c:530: Misaling parentheses content (col 51) ./modules/process/fft_filter_2d.c:660: Line ends with an operator `=' (col 15): mfield = ./modules/process/fft_filter_2d.c:663: Line ends with an operator `=' (col 15): dfield = ./modules/process/fft_filter_2d.c:666: Line ends with an operator `=' (col 17): filtered = ./modules/process/fft_filter_2d.c:669: Line ends with an operator `=' (col 13): diff = ./modules/process/fft_filter_2d.c:982: Line ends with an operator `=' (col 26): GwyVectorLayer *layer = ./modules/process/volumize.c:140: Empty line before closing brace (col 12) ./modules/process/volumize.c:148: Empty line before closing brace (col 0) ./modules/process/fft_synth.c:480: Line longer than 120 characters: shared(re,im,finit,xres,yres,freq_min,freq_max,power_enable,gauss_enable,lorentz_enable,power_p,gauss_tau,lorentz_tau) \ ./modules/process/averaging.c:99: Misaling parentheses content (col 28) ./modules/process/averaging.c:100: Misaling parentheses content (col 28) ./modules/process/averaging.c:101: Misaling parentheses content (col 28) ./modules/process/averaging.c:102: Misaling parentheses content (col 28) ./modules/process/averaging.c:103: Misaling parentheses content (col 28) ./modules/process/averaging.c:104: Misaling parentheses content (col 28) ./modules/process/averaging.c:185: Misaling parentheses content (col 13) ./modules/process/averaging.c:186: Misaling parentheses content (col 13) ./modules/process/averaging.c:187: Misaling parentheses content (col 13) ./modules/process/classify.c:228: Misaling parentheses content (col 18) ./modules/process/classify.c:229: Misaling parentheses content (col 18) ./modules/process/classify.c:504: Misaling parentheses content (col 39) ./modules/process/classify.c:507: Misaling parentheses content (col 39) ./modules/process/classify.c:618: Missing spaces around `=' (col 31): GwyDataField *result, *mask=NULL; ./modules/process/classify.c:634: Missing spaces around `>' (col 17): if (CDEBUG>1) printf("getting mask A for %d\n", args->maska); ./modules/process/classify.c:634: Statement for `if' on the same line (col 21): if (CDEBUG>1) printf("getting mask A for %d\n", args->maska); ./modules/process/classify.c:645: Opening brace on a separate line (col 4) ./modules/process/classify.c:649: Opening brace on a separate line (col 4) ./modules/process/classify.c:676: Empty line before closing brace (col 0) ./modules/process/classify.c:692: Empty line before closing brace (col 0) ./modules/process/classify.c:700: Empty line before closing brace (col 0) ./modules/process/classify.c:826: Empty line before closing brace (col 0) ./modules/process/classify.c:831: Missing spaces around `=' (col 24): GwyDataField *mask_a=NULL, *mask_b=NULL, *dfield; ./modules/process/classify.c:831: Missing spaces around `=' (col 38): GwyDataField *mask_a=NULL, *mask_b=NULL, *dfield; ./modules/process/classify.c:843: Missing spaces around `<' (col 15): for (i=0; i<2*NCRITS; i++) { ./modules/process/classify.c:843: Missing spaces around `=' (col 10): for (i=0; i<2*NCRITS; i++) { ./modules/process/classify.c:844: Missing spaces around `>' (col 23): if (args->id[i]>0) { ./modules/process/classify.c:845: Line longer than 120 characters: if (CDEBUG>1) printf("data %d using quantity %d on scale %d\n", args->id[i], args->quantity[i], args->scale[i]); ./modules/process/classify.c:845: Missing spaces around `>' (col 22): if (CDEBUG>1) printf("data %d using quantity %d on scale %d\n", args->id[i], args->quantity[i], args->scale[i]); ./modules/process/classify.c:845: Statement for `if' on the same line (col 26): if (CDEBUG>1) printf("data %d using quantity %d on scale %d\n", args->id[i], args->quantity[i], args->scale[i]); ./modules/process/classify.c:850: Empty line after opening brace (col 22) ./modules/process/classify.c:850: Missing spaces around `==' (col 17): if (ncriteria==0) { ./modules/process/classify.c:860: Missing spaces around `>' (col 18): if (CDEBUG>1) printf("Error: there are no valid criteria to apply\n"); ./modules/process/classify.c:860: Statement for `if' on the same line (col 22): if (CDEBUG>1) printf("Error: there are no valid criteria to apply\n"); ./modules/process/classify.c:865: Missing spaces around `>' (col 14): if (CDEBUG>1) printf("getting mask A for %d\n", args->maska); ./modules/process/classify.c:865: Statement for `if' on the same line (col 18): if (CDEBUG>1) printf("getting mask A for %d\n", args->maska); ./modules/process/classify.c:870: Opening brace on a separate line (col 4) ./modules/process/classify.c:879: Missing spaces around `>' (col 18): if (CDEBUG>1) printf("Error: There is no mask A in channel %d\n", args->maska); ./modules/process/classify.c:879: Statement for `if' on the same line (col 22): if (CDEBUG>1) printf("Error: There is no mask A in channel %d\n", args->maska); ./modules/process/classify.c:883: Missing spaces around `>' (col 14): if (CDEBUG>1) printf("getting mask B for %d\n", args->maskb); ./modules/process/classify.c:883: Statement for `if' on the same line (col 18): if (CDEBUG>1) printf("getting mask B for %d\n", args->maskb); ./modules/process/classify.c:887: Opening brace on a separate line (col 4) ./modules/process/classify.c:896: Missing spaces around `>' (col 18): if (CDEBUG>1) printf("Error: There is no mask B in channel %d\n", args->maskb); ./modules/process/classify.c:896: Statement for `if' on the same line (col 22): if (CDEBUG>1) printf("Error: There is no mask B in channel %d\n", args->maskb); ./modules/process/classify.c:900: Statement for `if' on the same line (col 16): if (CDEBUG) printf("filling the data for %d criteria\n", ncriteria); ./modules/process/classify.c:904: Missing spaces around `<' (col 15): for (i=0; i<2*NCRITS; i++) { ./modules/process/classify.c:904: Missing spaces around `=' (col 10): for (i=0; i<2*NCRITS; i++) { ./modules/process/classify.c:905: Missing spaces around `==' (col 23): if (args->id[i]==0) continue; ./modules/process/classify.c:905: Statement for `if' on the same line (col 28): if (args->id[i]==0) continue; ./modules/process/classify.c:914: Missing spaces around `==' (col 29): if (args->quantity[i]==1) gwy_data_field_filter_laplacian_of_gaussians(cldata[n]); ./modules/process/classify.c:914: Statement for `if' on the same line (col 34): if (args->quantity[i]==1) gwy_data_field_filter_laplacian_of_gaussians(cldata[n]); ./modules/process/classify.c:915: Missing spaces around `==' (col 34): else if (args->quantity[i]==2) inclination_filter(cldata[n]); ./modules/process/classify.c:915: Statement for `if' on the same line (col 39): else if (args->quantity[i]==2) inclination_filter(cldata[n]); ./modules/process/classify.c:928: Statement for `if' on the same line (col 29): if (!controls->result_a) controls->result_a = gwy_data_field_duplicate(mask_b); ./modules/process/classify.c:929: Statement for `if' on the same line (col 29): if (!controls->result_b) controls->result_b = gwy_data_field_duplicate(mask_a); ./modules/process/classify.c:936: Statement for `if' on the same line (col 16): if (CDEBUG) printf("freeing the data\n"); ./modules/process/classify.c:937: Missing spaces around `<' (col 15): for (i=0; i0) { ./modules/process/classify.c:993: Statement for `else' on the same line (col 11): } else paina = pbina = 0; ./modules/process/classify.c:995: Missing spaces around `>' (col 25): if ((sumainb+sumbinb)>0) { ./modules/process/classify.c:998: Statement for `else' on the same line (col 11): } else painb = pbinb = 0; ./modules/process/classify.c:1008: Line longer than 120 characters: if (CDEBUG>1) printf(" pura %g purb %g score %g sumaina %g sumainb %g sumbina %g sumbinb %g nma %g nmb %g\n", ginia, ginib, nma*ginia/(nma+nmb) + nmb*ginib/(nma+nmb), sumaina, sumainb, sumbina, sumbinb, nma, nmb); ./modules/process/classify.c:1008: Missing spaces around `>' (col 14): if (CDEBUG>1) printf(" pura %g purb %g score %g sumaina %g sumainb %g sumbina %g sumbinb %g nma %g nmb %g\n", ginia, ginib, nma*ginia/(nma+nmb) + nmb*ginib/(nma+nmb), sumaina, sumainb, sumbina, sumbinb, nma, nmb); ./modules/process/classify.c:1008: Statement for `if' on the same line (col 18): if (CDEBUG>1) printf(" pura %g purb %g score %g sumaina %g sumainb %g sumbina %g sumbinb %g nma %g nmb %g\n", ginia, ginib, nma*ginia/(nma+nmb) + nmb*ginib/(nma+nmb), sumaina, sumainb, sumbina, sumbinb, nma, nmb); ./modules/process/classify.c:1020: Missing spaces around `<' (col 15): for (n=0; nnrules; n++) ./modules/process/classify.c:1020: Missing spaces around `=' (col 10): for (n=0; nnrules; n++) ./modules/process/classify.c:1021: Opening brace on a separate line (col 4) ./modules/process/classify.c:1029: Empty line before closing brace (col 0) ./modules/process/classify.c:1040: Line longer than 120 characters: gdouble *a_purity, gdouble *b_purity, gdouble *gini, gdouble *sumsa, gdouble *sumsb, GwyDataField *result_a, GwyDataField *result_b, ./modules/process/classify.c:1048: Missing spaces around `>' (col 13): if (CDEBUG>1) printf("Called get next split\n"); ./modules/process/classify.c:1048: Statement for `if' on the same line (col 17): if (CDEBUG>1) printf("Called get next split\n"); ./modules/process/classify.c:1058: Missing spaces around `<' (col 14): for (n=0; n' (col 17): if (CDEBUG>1) printf("criterion %d min %g max %g\n", ct.rule_parameter[0], min, max); ./modules/process/classify.c:1068: Statement for `if' on the same line (col 21): if (CDEBUG>1) printf("criterion %d min %g max %g\n", ct.rule_parameter[0], min, max); ./modules/process/classify.c:1077: Missing spaces around `+=' (col 30): for (th=min; th1) printf("threshold %g ", th); ./modules/process/classify.c:1081: Statement for `if' on the same line (col 25): if (CDEBUG>1) printf("threshold %g ", th); ./modules/process/classify.c:1093: Line longer than 120 characters: if (CDEBUG) printf("best threshold for quantity n: %d gini %g threshold %g purities %g %g sum %g %g\n", n, bestscore, bestth, bestapur, bestbpur, bestsuma, bestsumb); ./modules/process/classify.c:1093: Statement for `if' on the same line (col 19): if (CDEBUG) printf("best threshold for quantity n: %d gini %g threshold %g purities %g %g sum %g %g\n", n, bestscore, bestth, bestapur, bestbpur, bestsuma, bestsumb); ./modules/process/classify.c:1095: Missing spaces around `<' (col 20): if (bestscore' (col 14): if (CDEBUG>1) print_dfield(selection, thisn); ./modules/process/classify.c:1165: Statement for `if' on the same line (col 18): if (CDEBUG>1) print_dfield(selection, thisn); ./modules/process/classify.c:1167: Missing spaces around `==' (col 13): if (ndata==1) //special case when only one criterion exists, so we can't swap them ./modules/process/classify.c:1169: Misaling parentheses content (col 43) ./modules/process/classify.c:1170: Misaling parentheses content (col 43) ./modules/process/classify.c:1173: Misaling parentheses content (col 43) ./modules/process/classify.c:1174: Misaling parentheses content (col 43) ./modules/process/classify.c:1176: Missing spaces around `>' (col 14): if (CDEBUG>1) print_dfield(result_a, 100+thisn); ./modules/process/classify.c:1176: Statement for `if' on the same line (col 18): if (CDEBUG>1) print_dfield(result_a, 100+thisn); ./modules/process/classify.c:1177: Missing spaces around `>' (col 14): if (CDEBUG>1) print_dfield(result_b, 200+thisn); ./modules/process/classify.c:1177: Statement for `if' on the same line (col 18): if (CDEBUG>1) print_dfield(result_b, 200+thisn); ./modules/process/classify.c:1180: Line longer than 120 characters: if (CDEBUG) printf("(%d) sugggested rule for split: crit %d threshold %g, purities %g %g sums %g %g\n", thisn, ct->rule_parameter[thisn], ct->rule_threshold[thisn], apur, bpur, sumsa, sumsb); ./modules/process/classify.c:1180: Statement for `if' on the same line (col 16): if (CDEBUG) printf("(%d) sugggested rule for split: crit %d threshold %g, purities %g %g sums %g %g\n", thisn, ct->rule_parameter[thisn], ct->rule_threshold[thisn], apur, bpur, sumsa, sumsb); ./modules/process/classify.c:1182: Line longer than 120 characters: if (sumsa == 0 || sumsb == 0) { //one of branches has no members, so report this to what it had called and don't create new rule. ./modules/process/classify.c:1183: Missing spaces around `>=' (col 17): if (sumsa>=sumsb) retval = -1; ./modules/process/classify.c:1183: Statement for `if' on the same line (col 26): if (sumsa>=sumsb) retval = -1; ./modules/process/classify.c:1184: Statement for `else' on the same line (col 13): else retval = -2; ./modules/process/classify.c:1185: Statement for `if' on the same line (col 20): if (CDEBUG) printf("Error: one branch does not have members, stop further branching and return %g\n", retval); ./modules/process/classify.c:1189: Statement for `if' on the same line (col 20): if (CDEBUG) printf("Rule accepted and will be further developed\n"); ./modules/process/classify.c:1193: Missing spaces around `>' (col 16): if (apur>PURCRIT || *n>MAXBRANCHES) //make this adjustable! ./modules/process/classify.c:1193: Missing spaces around `>' (col 30): if (apur>PURCRIT || *n>MAXBRANCHES) //make this adjustable! ./modules/process/classify.c:1194: Opening brace on a separate line (col 8) ./modules/process/classify.c:1196: Statement for `if' on the same line (col 24): if (CDEBUG) printf("(%d) step high: we are done (purity %g), response is -1\n", thisn, apur); ./modules/process/classify.c:1202: Statement for `if' on the same line (col 24): if (CDEBUG) printf("(%d) step high: go to next branch at index %d\n", thisn, ct->rule_goto_high[thisn]); ./modules/process/classify.c:1205: Missing spaces around `==' (col 25): if (selection==NULL) ./modules/process/classify.c:1210: Line longer than 120 characters: if (CDEBUG) printf("(%d) selection for next process %d has %g points\n", thisn, nextn, gwy_data_field_get_sum(sel_a)); ./modules/process/classify.c:1210: Statement for `if' on the same line (col 24): if (CDEBUG) printf("(%d) selection for next process %d has %g points\n", thisn, nextn, gwy_data_field_get_sum(sel_a)); ./modules/process/classify.c:1211: Statement for `if' on the same line (col 24): if (CDEBUG) printf("now will process branch A with number %d\n", nextn); ./modules/process/classify.c:1212: Missing spaces around `!=' (col 110): if ((ret = process_branch(ct, cldata, mask_a, mask_b, ndata, n, sel_a, ct->rule_parameter[thisn]))!=0) ./modules/process/classify.c:1213: Opening brace on a separate line (col 12) ./modules/process/classify.c:1214: Line longer than 120 characters: if (CDEBUG) printf("Branch could not be further developed, goto_high in this branch %d will be %d\n", thisn, ret); ./modules/process/classify.c:1214: Statement for `if' on the same line (col 28): if (CDEBUG) printf("Branch could not be further developed, goto_high in this branch %d will be %d\n", thisn, ret); ./modules/process/classify.c:1220: Missing spaces around `>' (col 16): if (bpur>PURCRIT || *n>MAXBRANCHES) //make this adjustable! ./modules/process/classify.c:1220: Missing spaces around `>' (col 30): if (bpur>PURCRIT || *n>MAXBRANCHES) //make this adjustable! ./modules/process/classify.c:1221: Opening brace on a separate line (col 8) ./modules/process/classify.c:1223: Statement for `if' on the same line (col 24): if (CDEBUG) printf("(%d) step low: we are done (purity %g), response is -2\n", thisn, apur); ./modules/process/classify.c:1229: Statement for `if' on the same line (col 24): if (CDEBUG) printf("(%d) step low: go to next branch at index %d\n", thisn, ct->rule_goto_low[thisn]); ./modules/process/classify.c:1232: Missing spaces around `==' (col 25): if (selection==NULL) ./modules/process/classify.c:1237: Line longer than 120 characters: if (CDEBUG) printf("(%d) selection for next process %d has %g points\n", thisn, nextn, gwy_data_field_get_sum(sel_b)); ./modules/process/classify.c:1237: Statement for `if' on the same line (col 24): if (CDEBUG) printf("(%d) selection for next process %d has %g points\n", thisn, nextn, gwy_data_field_get_sum(sel_b)); ./modules/process/classify.c:1238: Statement for `if' on the same line (col 24): if (CDEBUG) printf("now will process branch B with number %d\n", nextn); ./modules/process/classify.c:1240: Line longer than 120 characters: if ((ret = process_branch(ct, cldata, mask_a, mask_b, ndata, n, sel_b, ct->rule_parameter[thisn]))!=0) //we could not branch further, stop it ./modules/process/classify.c:1240: Missing spaces around `!=' (col 110): if ((ret = process_branch(ct, cldata, mask_a, mask_b, ndata, n, sel_b, ct->rule_parameter[thisn]))!=0) //we could not branch further, stop it ./modules/process/classify.c:1241: Opening brace on a separate line (col 12) ./modules/process/classify.c:1242: Line longer than 120 characters: if (CDEBUG) printf("Branch could not be further developed, goto_high in this branch %d will be %d\n", thisn, ret); ./modules/process/classify.c:1242: Statement for `if' on the same line (col 28): if (CDEBUG) printf("Branch could not be further developed, goto_high in this branch %d will be %d\n", thisn, ret); ./modules/process/classify.c:1247: Empty line before closing brace (col 8) ./modules/process/classify.c:1250: Statement for `if' on the same line (col 16): if (CDEBUG) printf("End of processing branch %d\n", thisn); ./modules/process/classify.c:1270: Statement for `if' on the same line (col 16): if (CDEBUG) print_ct(ct); ./modules/process/classify.c:1276: Misaling parentheses content (col 17) ./modules/process/classify.c:1279: Statement for `if' on the same line (col 16): if (CDEBUG) printf("Classifier train started on %d data sets\n", ndata); ./modules/process/classify.c:1293: Missing spaces around `<' (col 15): for (i=0; i<1000; i++) ./modules/process/classify.c:1293: Missing spaces around `=' (col 10): for (i=0; i<1000; i++) ./modules/process/classify.c:1294: Opening brace on a separate line (col 4) ./modules/process/classify.c:1296: Missing spaces around `>' (col 77): if (gwy_data_field_get_val(cldata[ct->rule_parameter[n]], xpos, ypos)>ct->rule_threshold[n]) ./modules/process/classify.c:1297: Opening brace on a separate line (col 8) ./modules/process/classify.c:1298: Missing spaces around `<' (col 37): if (ct->rule_goto_high[n]<0) { ./modules/process/classify.c:1301: Statement for `else' on the same line (col 17): else n = ct->rule_goto_high[n]; ./modules/process/classify.c:1305: Missing spaces around `<' (col 36): if (ct->rule_goto_low[n]<0) { ./modules/process/classify.c:1320: Misaling parentheses content (col 17) ./modules/process/classify.c:1326: Missing spaces around `<' (col 15): for (i=0; i array[hi]){ ./libgwyddion/gwymath.c:2902: Missing space before `{' (col 38): if (array[middle] > array[hi]){ ./libgwyddion/gwymath.c:2906: Missing space before `{' (col 34): if (array[lo] > array[hi]){ ./libgwyddion/gwymath.c:2910: Missing space before `{' (col 38): if (array[middle] > array[lo]){ ./libgwyddion/gwyutils.c:48: Extra space after `(' (col 8): DllMain ( HINSTANCE hinstDLL, ./libgwyddion/gwyutils.c:49: Misaling parentheses content (col 23) ./libgwyddion/gwyutils.c:419: Line ends with an operator `=' (col 24): const gchar *gwydir = ./libgwyddion/gwyutils.c:906: More than one statement on a line (col 27): union { guint32 u; gfloat f; } v; ./libgwyddion/gwyutils.c:906: More than one statement on a line (col 37): union { guint32 u; gfloat f; } v; ./libgwyddion/gwyutils.c:932: More than one statement on a line (col 27): union { guint64 u; double d; } v; ./libgwyddion/gwyutils.c:932: More than one statement on a line (col 37): union { guint64 u; double d; } v; ./libgwyddion/gwyutils.c:986: More than one statement on a line (col 26): union { guint8 u; gint8 s; } v; ./libgwyddion/gwyutils.c:986: More than one statement on a line (col 35): union { guint8 u; gint8 s; } v; ./libgwyddion/gwyutils.c:1039: More than one statement on a line (col 27): union { guint16 u; gint16 s; } v; ./libgwyddion/gwyutils.c:1039: More than one statement on a line (col 37): union { guint16 u; gint16 s; } v; ./libgwyddion/gwyutils.c:1113: More than one statement on a line (col 27): union { guint32 u; gint32 s; } v; ./libgwyddion/gwyutils.c:1113: More than one statement on a line (col 37): union { guint32 u; gint32 s; } v; ./libgwyddion/gwyutils.c:1753: Misaling parentheses content (col 4) ./libgwyddion/gwyutils.c:1754: Misaling parentheses content (col 4) ./libgwyddion/gwyinventory.c:92: Line ends with an operator `=' (col 41): gwy_inventory_signals[ITEM_INSERTED] = ./libgwyddion/gwyinventory.c:109: Line ends with an operator `=' (col 40): gwy_inventory_signals[ITEM_DELETED] = ./libgwyddion/gwyinventory.c:126: Line ends with an operator `=' (col 40): gwy_inventory_signals[ITEM_UPDATED] = ./libgwyddion/gwyinventory.c:144: Line ends with an operator `=' (col 43): gwy_inventory_signals[ITEMS_REORDERED] = ./libgwyddion/gwyinventory.c:161: Line ends with an operator `=' (col 43): gwy_inventory_signals[DEFAULT_CHANGED] = ./libgwyddion/gwyfdcurvepreset.c:716: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:717: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:718: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:719: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:724: Trailing whitespace characters ./libgwyddion/gwyfdcurvepreset.c:736: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:737: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:738: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:739: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:762: Misaling parentheses content (col 18) ./libgwyddion/gwyfdcurvepreset.c:763: Misaling parentheses content (col 18) ./libgwyddion/gwyfdcurvepreset.c:764: Misaling parentheses content (col 18) ./libgwyddion/gwyfdcurvepreset.c:796: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:797: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:798: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:799: Misaling parentheses content (col 13) ./libgwyddion/gwyfdcurvepreset.c:804: Trailing whitespace characters ./libgwyddion/gwyfdcurvepreset.c:816: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:817: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:818: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:819: Misaling parentheses content (col 14) ./libgwyddion/gwyfdcurvepreset.c:842: Misaling parentheses content (col 18) ./libgwyddion/gwyfdcurvepreset.c:843: Misaling parentheses content (col 18) ./libgwyddion/gwyfdcurvepreset.c:844: Misaling parentheses content (col 18) ./libgwyddion/gwystringlist.c:91: Empty line after opening brace (col 0) ./libgwyddion/gwyexpr.c:226: More than one statement on a line (col 57): static void gwy_expr_negate(gdouble **s) { **s = -(**s); } ./libgwyddion/gwyexpr.c:227: More than one statement on a line (col 46): static void gwy_expr_add(gdouble **s) { --*s; **s = *(*s+1) + **s; } ./libgwyddion/gwyexpr.c:227: More than one statement on a line (col 67): static void gwy_expr_add(gdouble **s) { --*s; **s = *(*s+1) + **s; } ./libgwyddion/gwyexpr.c:228: More than one statement on a line (col 51): static void gwy_expr_subtract(gdouble **s) { --*s; **s = *(*s+1) - **s; } ./libgwyddion/gwyexpr.c:228: More than one statement on a line (col 72): static void gwy_expr_subtract(gdouble **s) { --*s; **s = *(*s+1) - **s; } ./libgwyddion/gwyexpr.c:229: More than one statement on a line (col 51): static void gwy_expr_multiply(gdouble **s) { --*s; **s = *(*s+1) * **s; } ./libgwyddion/gwyexpr.c:229: More than one statement on a line (col 72): static void gwy_expr_multiply(gdouble **s) { --*s; **s = *(*s+1) * **s; } ./libgwyddion/gwyexpr.c:230: More than one statement on a line (col 49): static void gwy_expr_divide(gdouble **s) { --*s; **s = *(*s+1) / **s; } ./libgwyddion/gwyexpr.c:230: More than one statement on a line (col 70): static void gwy_expr_divide(gdouble **s) { --*s; **s = *(*s+1) / **s; } ./libgwyddion/gwyexpr.c:231: More than one statement on a line (col 58): static void gwy_expr_step(gdouble **s) { **s = **s > 0.0; } ./libgwyddion/gwyexpr.c:236: More than one statement on a line (col 65): static void gwy_expr_exp2(gdouble **s) { **s = exp(G_LN2 * **s); } ./libgwyddion/gwyexpr.c:242: More than one statement on a line (col 63): static void gwy_expr_log2(gdouble **s) { **s = log(**s)/G_LN2; } ./libgwyddion/gwyexpr.c:897: Extra space before `)' (col 30): for (t = expr->tokens; t; ) { ./libgwyddion/gwyresults.c:576: Line longer than 120 characters: * "is-angle", %TRUE if the quantity should converted to degrees for humans, this overrides any unit powers (#gboolean) ./libgwyddion/gwyresults.c:577: Line longer than 120 characters: * "is-fitting-param", %TRUE if the quantity should be reported as fixed parameter when it does not have error set (#gboolean) ./libgwyddion/gwyresults.c:578: Line longer than 120 characters: * "is-percents", %TRUE if the quantity should converted to percents for humans, this overrides any unit powers (#gboolean) ./libgwyddion/gwyresults.c:580: Line longer than 120 characters: * "translate-unit", %TRUE if the fixed unit should be translated for humans (#gboolean) ./libgwyddion/gwyresults.c:581: Line longer than 120 characters: * "translate-string", %TRUE if string values should be translated for humans (#gboolean) ./libgwyddion/gwyresults.c:1894: Empty line before closing brace (col 4) ./libgwyddion/gwycontainer.c:354: Extra return parentheses (col 11) ./libgwyddion/gwydebugobjects.c:110: Empty line before closing brace (col 0) ./libgwyddion/gwydebugobjects.c:143: Misaling parentheses content (col 20) ./libgwyddion/gwynlfit.c:251: Trailing whitespace characters ./libgwyddion/gwynlfit.c:514: Line longer than 120 characters: shared(diff_idx,func_idx,diff,func,user_data,param,nparam,fixed,link_map,var_param_id,ndata,covar_size,n_var_param,x,w,storage,resid,nthreads) ./libgwyddion/gwynlfitpreset.c:909: Misaling parentheses content (col 11) ./libgwyddion/gwynlfitpreset.c:910: Misaling parentheses content (col 11) ./libgwyddion/gwynlfitpreset.c:911: Misaling parentheses content (col 11) ./libgwyddion/gwynlfitpreset.c:912: Misaling parentheses content (col 11) ./libgwydgets/gwygraphlabel.c:365: Statement for `if' on the same line (col 56): if (curvemodel->mode == GWY_GRAPH_CURVE_HIDDEN) continue; ./libgwydgets/gwygraphlabel.c:476: Empty line before closing brace (col 0) ./libgwydgets/gwygraphlabel.c:534: Statement for `if' on the same line (col 56): if (curvemodel->mode == GWY_GRAPH_CURVE_HIDDEN) continue; ./libgwydgets/gwygraphcurvemodel.c:282: Space between function name and parenthesis (col 42): G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); ./libgwydgets/gwygraphcurvemodel.c:324: Extra return parentheses (col 11) ./libgwydgets/gwygraphcurvemodel.c:465: Missing spaces around `=' (col 19): gint nxdata=0, nydata=0; ./libgwydgets/gwygraphcurvemodel.c:465: Missing spaces around `=' (col 29): gint nxdata=0, nydata=0; ./libgwydgets/gwygraphmodel.h:119: Misaling parentheses content (col 57) ./libgwydgets/gwyaxis.c:161: Line ends with an operator `=' (col 27): axis_signals[RESCALED] = ./libgwydgets/gwyaxis.c:745: Empty line after opening brace (col 48) ./libgwydgets/gwyaxis.c:754: Empty line after opening brace (col 46) ./libgwydgets/gwyaxis.c:916: Space between function name and parenthesis (col 30): pmjt = &g_array_index (axis->mjticks, GwyAxisLabeledTick, i); ./libgwydgets/gwyaxis.c:961: Space between function name and parenthesis (col 30): pmit = &g_array_index (axis->miticks, GwyAxisTick, i); ./libgwydgets/gwyaxis.c:1232: Extra return parentheses (col 11) ./libgwydgets/gwyaxis.c:1982: Empty line before closing brace (col 2) ./libgwydgets/gwyaxis.c:1985: Space between function name and parenthesis (col 30): pmit = &g_array_index (axis->miticks, GwyAxisTick, i); ./libgwydgets/gwyaxis.c:2043: Empty line after opening brace (col 55) ./libgwydgets/gwygraphlabeldialog.c:94: Misaling parentheses content (col 23) ./libgwydgets/gwy3dlabel.c:177: Empty line after opening brace (col 0) ./libgwydgets/gwygraphcurvemodel.h:88: Line longer than 120 characters: GType gwy_graph_curve_model_get_type (void) G_GNUC_CONST; ./libgwydgets/gwyadjustbar.c:327: Empty line before closing brace (col 4) ./libgwydgets/gwygraphwindow.c:195: Misaling parentheses content (col 33) ./libgwydgets/gwygraphwindow.c:207: Misaling parentheses content (col 33) ./libgwydgets/gwygraphwindow.c:219: Misaling parentheses content (col 33) ./libgwydgets/gwygraphwindow.c:231: Misaling parentheses content (col 33) ./libgwydgets/gwygraphwindow.c:243: Misaling parentheses content (col 33) ./libgwydgets/gwygrainvaluemenu.c:104: Misaling parentheses content (col 17) ./libgwydgets/gwygrainvaluemenu.c:105: Misaling parentheses content (col 17) ./libgwydgets/gwygrainvaluemenu.c:194: Missing space after `=' (col 18): title =_("Symbol"); ./libgwydgets/gwygrainvaluemenu.c:1113: Empty line before closing brace (col 4) ./libgwydgets/gwylayer-mask.c:282: Misaling parentheses content (col 36) ./libgwydgets/gwyshader.c:124: Extra space after `(' (col 35): g_object_class_install_property( ./libgwydgets/gwyshader.c:125: Misaling parentheses content (col 8) ./libgwydgets/gwyshader.c:126: Misaling parentheses content (col 8) ./libgwydgets/gwyshader.c:127: Misaling parentheses content (col 8) ./libgwydgets/gwyshader.c:133: Extra space after `(' (col 35): g_object_class_install_property( ./libgwydgets/gwyshader.c:134: Misaling parentheses content (col 8) ./libgwydgets/gwyshader.c:135: Misaling parentheses content (col 8) ./libgwydgets/gwyshader.c:136: Misaling parentheses content (col 8) ./libgwydgets/gwygraphbasics.c:289: Misaling parentheses content (col 31) ./libgwydgets/gwygraphbasics.c:497: Misaling parentheses content (col 31) ./libgwydgets/gwygraphbasics.c:498: Misaling parentheses content (col 31) ./libgwydgets/gwyruler.c:585: More than one statement on a line (col 30): struct { ScaleBase scale; double base; } tick_info[4]; ./libgwydgets/gwyruler.c:585: More than one statement on a line (col 43): struct { ScaleBase scale; double base; } tick_info[4]; ./libgwydgets/gwyruler.c:714: Double semicolon (col 16): for (i = 0; ; i++) { ./libgwydgets/gwyruler.c:772: Double semicolon (col 20): for (i = 0; ; i++) { ./libgwydgets/gwy3dview.c:1093: Misaling parentheses content (col 28) ./libgwydgets/gwy3dview.c:1926: More than one statement on a line (col 38): typedef struct { Gwy3DVector A, B; } RectangleNorm; ./libgwydgets/gwy3dview.c:2035: Extra space before `]' (col 54): adj_tri[1] = &(norms[(j-1)*(xres-1) + i ].A); ./libgwydgets/gwy3dview.c:2036: Extra space before `]' (col 54): adj_tri[2] = &(norms[(j-1)*(xres-1) + i ].B); ./libgwydgets/gwy3dview.c:2037: Extra space before `]' (col 54): adj_tri[3] = &(norms[j *(xres-1) + i ].A); ./libgwydgets/gwy3dview.c:2553: Misaling parentheses content (col 21) ./libgwydgets/gwy3dview.c:2554: Misaling parentheses content (col 21) ./libgwydgets/gwy3dview.c:2555: Misaling parentheses content (col 22) ./libgwydgets/gwy3dview.c:2556: Misaling parentheses content (col 22) ./libgwydgets/gwy3dview.c:2557: Misaling parentheses content (col 22) ./libgwydgets/gwy3dview.c:2570: Misaling parentheses content (col 21) ./libgwydgets/gwy3dview.c:2572: Misaling parentheses content (col 21) ./libgwydgets/gwy3dview.c:2573: Misaling parentheses content (col 22) ./libgwydgets/gwy3dview.c:2574: Misaling parentheses content (col 22) ./libgwydgets/gwygraphexport.c:205: Misaling parentheses content (col 16) ./libgwydgets/gwygraphareadialog.c:458: Misaling parentheses content (col 18) ./libgwydgets/gwypixmaplayer.c:351: Misaling parentheses content (col 36) ./libgwydgets/gwy3dwindow.c:118: Misaling parentheses content (col 57) ./libgwydgets/gwy3dwindow.c:601: Misaling parentheses content (col 47) ./libgwydgets/gwy3dwindow.c:983: Misaling parentheses content (col 31) ./libgwydgets/gwy3dwindow.c:984: Misaling parentheses content (col 31) ./libgwydgets/gwy3dwindow.c:985: Misaling parentheses content (col 31) ./libgwydgets/gwy3dwindow.c:1115: Misaling parentheses content (col 25) ./libgwydgets/gwy3dwindow.c:1589: Misaling parentheses content (col 33) ./libgwydgets/gwy3dwindow.c:1717: Misaling parentheses content (col 12) ./libgwydgets/gwydataviewlayer.c:72: Line ends with an operator `=' (col 37): data_view_layer_signals[PLUGGED] = ./libgwydgets/gwydataviewlayer.c:88: Line ends with an operator `=' (col 39): data_view_layer_signals[UNPLUGGED] = ./libgwydgets/gwydataviewlayer.c:104: Line ends with an operator `=' (col 37): data_view_layer_signals[UPDATED] = ./libgwydgets/gwy3dsetup.c:272: Empty line before closing brace (col 0) ./libgwydgets/gwydgets.c:63: Extra space after `(' (col 8): (/* graph window statusbar */ ./libgwydgets/gwydatawindow.c:285: Misaling parentheses content (col 27) ./libgwydgets/gwydatawindow.c:286: Misaling parentheses content (col 27) ./libgwydgets/gwydatawindow.c:287: Misaling parentheses content (col 27) ./libgwydgets/gwydatawindow.c:842: Misaling parentheses content (col 9) ./libgwydgets/gwydatawindow.c:843: Misaling parentheses content (col 9) ./libgwydgets/gwygraphcurves.c:181: Missing space after `,' (col 72): (widget,event); ./libgwydgets/gwyvectorlayer.c:152: Empty line after opening brace (col 0) ./libgwydgets/gwyvectorlayer.c:702: Misaling parentheses content (col 44) ./libgwydgets/gwygraph.c:87: Empty line before closing brace (col 0) ./libgwydgets/gwygraph.c:575: Line ends with an operator `||' (col 53): if (graph->area->status != GWY_GRAPH_STATUS_ZOOM || ./libgwydgets/gwygraphwindowmeasuredialog.c:169: Misaling parentheses content (col 12) ./libgwydgets/gwygraphwindowmeasuredialog.c:170: Misaling parentheses content (col 12) ./libgwydgets/gwygraphwindowmeasuredialog.c:356: Empty line before closing brace (col 11) ./libgwydgets/gwygraphwindowmeasuredialog.c:363: Extra space after `(' (col 62): if ((cdata = gwy_graph_curve_model_get_calibration_data( ./libgwydgets/gwygraphwindowmeasuredialog.c:364: Misaling parentheses content (col 23) ./libgwydgets/gwygraphwindowmeasuredialog.c:364: Missing spaces around `==' (col 83): gwy_graph_model_get_curve(gmodel, dialog->curve_index - 1)))==NULL) ./libgwydgets/gwygraphwindowmeasuredialog.c:365: Opening brace on a separate line (col 7) ./libgwydgets/gwygraphwindowmeasuredialog.c:455: Misaling parentheses content (col 44) ./libgwydgets/gwygraphwindowmeasuredialog.c:456: Misaling parentheses content (col 44) ./libgwydgets/gwygraphwindowmeasuredialog.c:458: Empty line before closing brace (col 12) ./libgwydgets/gwygraphwindowmeasuredialog.c:459: Statement for `else' on the same line (col 17): else value_label(label, (x - xp)/xformat->magnitude, ./libgwydgets/gwygraphwindowmeasuredialog.c:460: Misaling parentheses content (col 24) ./libgwydgets/gwygraphwindowmeasuredialog.c:467: Misaling parentheses content (col 52) ./libgwydgets/gwygraphwindowmeasuredialog.c:468: Misaling parentheses content (col 52) ./libgwydgets/gwygraphwindowmeasuredialog.c:479: Space between function name and parenthesis (col 38): if (gwy_si_unit_equal (xunit, yunit)) ./libgwydgets/gwygraphwindowmeasuredialog.c:482: Misaling parentheses content (col 31) ./libgwydgets/gwygraphwindowmeasuredialog.c:483: Misaling parentheses content (col 35) ./libgwydgets/gwygraphwindowmeasuredialog.c:484: Misaling parentheses content (col 35) ./libgwydgets/gwygraphwindowmeasuredialog.c:485: Misaling parentheses content (col 35) ./libgwydgets/gwygraphwindowmeasuredialog.c:486: Misaling parentheses content (col 44) ./libgwydgets/gwygraphwindowmeasuredialog.c:489: Misaling parentheses content (col 28) ./libgwydgets/gwygraphwindowmeasuredialog.c:549: Empty line before closing brace (col 0) ./libgwydgets/gwygraphwindowmeasuredialog.c:570: Misaling parentheses content (col 18) ./libgwydgets/gwygraphwindowmeasuredialog.c:571: Misaling parentheses content (col 18) ./libgwydgets/gwygraphcorner.c:130: Misaling parentheses content (col 23) ./libgwydgets/gwygrapharea.c:162: Misaling parentheses content (col 26) ./libgwydgets/gwygrapharea.c:163: Misaling parentheses content (col 26) ./libgwydgets/gwygrapharea.c:164: Misaling parentheses content (col 26) ./libgwydgets/gwygrapharea.c:165: Misaling parentheses content (col 26) ./libgwydgets/gwygrapharea.c:166: Misaling parentheses content (col 26) ./libgwydgets/gwygrapharea.c:167: Misaling parentheses content (col 26) ./libgwydgets/gwygrapharea.c:281: Misaling parentheses content (col 28) ./libgwydgets/gwygrapharea.c:484: Empty line after opening brace (col 0) ./libgwydgets/gwygrapharea.c:636: Misaling parentheses content (col 34) ./libgwydgets/gwygrapharea.c:639: Misaling parentheses content (col 34) ./libgwydgets/gwygrapharea.c:710: Statement for `if' on the same line (col 54): if (sel_zoomdata[2] == 0 || sel_zoomdata[3] == 0) return; ./libgwydgets/gwygrapharea.c:732: Boolean argument 3 of gdk_draw_rectangle passed as number (col 43): gdk_draw_rectangle(drawable, area->gc, 0, ./libgwydgets/gwygrapharea.c:778: Empty line before closing brace (col 12) ./libgwydgets/gwygrapharea.c:844: Line ends with an operator `&&' (col 58): if (!(gwy_selection_is_full(area->pointsdata) && ./libgwydgets/gwygrapharea.c:845: Misaling parentheses content (col 16) ./libgwydgets/gwygrapharea.c:919: Line ends with an operator `&&' (col 58): if (!(gwy_selection_is_full(area->xlinesdata) && ./libgwydgets/gwygrapharea.c:920: Misaling parentheses content (col 16) ./libgwydgets/gwygrapharea.c:921: Opening brace on a separate line (col 12) ./libgwydgets/gwygrapharea.c:923: Misaling parentheses content (col 37) ./libgwydgets/gwygrapharea.c:924: Misaling parentheses content (col 37) ./libgwydgets/gwygrapharea.c:928: Line ends with an operator `=' (col 48): area->selected_object_index = ./libgwydgets/gwygrapharea.c:932: Empty line before closing brace (col 8) ./libgwydgets/gwygrapharea.c:944: Line ends with an operator `&&' (col 58): if (!(gwy_selection_is_full(area->ylinesdata) && ./libgwydgets/gwygrapharea.c:947: Misaling parentheses content (col 37) ./libgwydgets/gwygrapharea.c:948: Misaling parentheses content (col 37) ./libgwydgets/gwygrapharea.c:985: Line ends with an operator `&&' (col 28): if (area->selecting && ./libgwydgets/gwygrapharea.c:1003: Line ends with an operator `&&' (col 28): if (area->selecting && ./libgwydgets/gwygrapharea.c:1247: Empty line after opening brace (col 22) ./libgwydgets/gwygrapharea.c:1290: Misaling parentheses content (col 34) ./libgwydgets/gwygrapharea.c:1456: Statement for `if' on the same line (col 62): if (xmin <= x && xmax >= x && ymin <= y && ymax >= y) return i; ./libgwydgets/gwygrapharea.c:1524: Misaling parentheses content (col 33) ./libgwydgets/gwygrapharea.c:1525: Misaling parentheses content (col 33) ./libgwydgets/gwygrapharea.c:1840: Empty line before closing brace (col 4) ./libgwydgets/gwygrapharea.c:2274: Opening brace on a separate line (col 12) ./libgwydgets/gwygrapharea.c:2303: Empty line before closing brace (col 12) ./libgwydgets/gwygraphmodel.c:316: Misaling parentheses content (col 34) ./libgwydgets/gwygraphmodel.c:1175: Double semicolon (col 58): g_string_assign(duplicate->title, gmodel->title->str);; ./libgwydgets/gwygraphmodel.c:1175: More than one statement on a line (col 58): g_string_assign(duplicate->title, gmodel->title->str);; ./libgwydgets/gwygraphmodel.c:1903: Line ends with an operator `&&' (col 52): if (gcmodel->mode != GWY_GRAPH_CURVE_HIDDEN && ./libgwydgets/gwystock.c:167: More than one statement on a line (col 34): static struct { gchar letter; GtkStateType state; } ./libgwydgets/gwystock.c:167: More than one statement on a line (col 54): static struct { gchar letter; GtkStateType state; } ./libgwydgets/gwystock.c:177: More than one statement on a line (col 31): static struct { gint size; GtkIconSize gtksize; } ./libgwydgets/gwystock.c:177: More than one statement on a line (col 52): static struct { gint size; GtkIconSize gtksize; } ./libgwydgets/gwymarkerbox.c:48: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:49: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:50: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:52: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:53: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:54: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:60: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:62: Misaling parentheses content (col 50) ./libgwydgets/gwymarkerbox.c:215: Misaling parentheses content (col 29) ./libgwydgets/gwymarkerbox.c:216: Misaling parentheses content (col 29) ./libgwydgets/gwymarkerbox.c:217: Misaling parentheses content (col 29) ./libgwydgets/gwymarkerbox.c:242: Misaling parentheses content (col 29) ./libgwydgets/gwymarkerbox.c:243: Misaling parentheses content (col 29) ./libgwydgets/gwymarkerbox.c:244: Misaling parentheses content (col 29) ./libgwydgets/gwymarkerbox.c:341: Misaling parentheses content (col 30) ./libgwydgets/gwymarkerbox.c:353: Misaling parentheses content (col 70) ./libgwydgets/gwylayer-basic.c:824: Misaling parentheses content (col 36) ./libgwydgets/gwylayer-basic.c:931: Misaling parentheses content (col 36) ./libgwydgets/gwycurve.c:155: Misaling parentheses content (col 49) ./libgwydgets/gwycurve.c:258: Space between function name and parenthesis (col 32): GwyCurve *curve = GWY_CURVE (object); ./libgwydgets/gwycurve.c:539: Line ends with an operator `=' (col 31): channel->ctlpoints = ./libgwydgets/gwycurve.c:547: Line ends with an operator `=' (col 44): channel->ctlpoints[c->grab_point].x = ./libgwydgets/gwycurve.c:555: Line ends with an operator `=' (col 48): channel->ctlpoints[c->grab_point].y = ./libgwydgets/gwycurve.c:611: Line ends with an operator `=' (col 31): channel->ctlpoints = ./libgwydgets/gwycurve.c:887: Line ends with an operator `=' (col 44): channel->ctlpoints[i].x = ./libgwydgets/gwycurve.c:889: Line ends with an operator `=' (col 44): channel->ctlpoints[i].y = ./libgwydgets/gwycurve.c:918: Empty line after opening brace (col 41) ./libgwydgets/gwycurve.c:994: Line ends with an operator `=' (col 23): slope1 = ./libgwydgets/gwycurve.c:996: Misaling parentheses content (col 24) ./libgwydgets/gwycurve.c:997: Line ends with an operator `=' (col 23): slope2 = ./libgwydgets/gwycurve.c:999: Misaling parentheses content (col 24) ./libgwydgets/gwycurve.c:1027: Misaling parentheses content (col 36) ./libgwydgets/gwycurve.c:1263: Empty line after opening brace (col 46) ./libgwydgets/gwycurve.c:1361: Line ends with an operator `-' (col 57): vector[x] = unproject(RADIUS + c->height - ./libgwydgets/gwycurve.c:1461: Line ends with an operator `=' (col 33): channel->points[i].y = ./libgwydgets/gwycurve.c:1498: Misaling parentheses content (col 10) ./libgwydgets/gwygraphbasics.h:85: Misaling parentheses content (col 37) ./libgwydgets/gwygraphbasics.h:86: Misaling parentheses content (col 37) ./libgwydgets/gwygraphbasics.h:87: Misaling parentheses content (col 37) ./libgwydgets/gwycoloraxis.c:372: Misaling parentheses content (col 30) ./libgwydgets/gwycoloraxis.c:782: Misaling parentheses content (col 8) ./libgwydgets/gwycoloraxis.c:809: Misaling parentheses content (col 24) ./libgwydgets/gwycoloraxis.c:854: Misaling parentheses content (col 12) ./gwyddion/gwyddion.c:807: Empty line before closing brace (col 4) ./gwyddion/mac_integration.c:73: Line ends with an operator `=' (col 29): children = ./gwyddion/mac_integration.c:93: Extra space after `(' (col 36): gtkosx_application_set_menu_bar ( theApp, GTK_MENU_SHELL(menubar)); ./gwyddion/mac_integration.c:93: Space between function name and parenthesis (col 36): gtkosx_application_set_menu_bar ( theApp, GTK_MENU_SHELL(menubar)); ./gwyddion/mac_integration.c:94: Space between function name and parenthesis (col 29): gtkosx_application_ready (theApp); ./gwyddion/mac_integration.c:108: Missing space after `:' (col 29): @interface GwyOSXEventHandler:NSObject ./gwyddion/mac_integration.c:112: Missing space after `:' (col 23): - (void)handleOpenEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent ./gwyddion/mac_integration.c:115: Missing space after `:' (col 63): NSAppleEventDescriptor *descr = [event descriptorForKeyword:keyDirectObject]; ./gwyddion/mac_integration.c:116: Missing space after `,' (col 15): NSInteger i,count = [descr numberOfItems]; ./gwyddion/mac_integration.c:118: Missing space after `for' (col 4): for(i = 0; i < count; i++) { ./gwyddion/mac_integration.c:121: Missing space after `:' (col 68): : [descr descriptorAtIndex:i]); ./gwyddion/mac_integration.c:123: Missing space after `:' (col 50): NSString *filename = [[NSURL URLWithString:url] path]; ./gwyddion/mac_integration.c:137: Missing space after `:' (col 23): - (void)handleQuitEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent ./gwyddion/mac_integration.c:137: Space after unary `-' (col 0): - (void)handleQuitEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent ./gwyddion/mac_integration.c:171: Missing space after `:' (col 38): [appleEventManager setEventHandler:eventHandler ./gwyddion/mac_integration.c:172: Missing space after `:' (col 38): andSelector:@selector(handleOpenEvent:withReplyEvent:) ./gwyddion/mac_integration.c:172: Missing space after `:' (col 64): andSelector:@selector(handleOpenEvent:withReplyEvent:) ./gwyddion/mac_integration.c:172: Missing space after `:' (col 79): andSelector:@selector(handleOpenEvent:withReplyEvent:) ./gwyddion/mac_integration.c:173: Missing space after `:' (col 38): forEventClass:kCoreEventClass ./gwyddion/mac_integration.c:174: Missing space after `:' (col 38): andEventID:kAEOpenDocuments]; ./gwyddion/mac_integration.c:176: Missing space after `:' (col 38): [appleEventManager setEventHandler:eventHandler ./gwyddion/mac_integration.c:177: Missing space after `:' (col 38): andSelector:@selector(handleQuitEvent:withReplyEvent:) ./gwyddion/mac_integration.c:177: Missing space after `:' (col 64): andSelector:@selector(handleQuitEvent:withReplyEvent:) ./gwyddion/mac_integration.c:177: Missing space after `:' (col 79): andSelector:@selector(handleQuitEvent:withReplyEvent:) ./gwyddion/mac_integration.c:178: Missing space after `:' (col 38): forEventClass:kCoreEventClass ./gwyddion/mac_integration.c:179: Missing space after `:' (col 38): andEventID:kAEQuitApplication]; ./gwyddion/mac_integration.c:192: Missing space after `:' (col 54): [appleEventManager removeEventHandlerForEventClass:kCoreEventClass andEventID:kAEOpenDocuments]; ./gwyddion/mac_integration.c:192: Missing space after `:' (col 81): [appleEventManager removeEventHandlerForEventClass:kCoreEventClass andEventID:kAEOpenDocuments]; ./gwyddion/mac_integration.c:193: Missing space after `:' (col 54): [appleEventManager removeEventHandlerForEventClass:kCoreEventClass andEventID:kAEQuitApplication]; ./gwyddion/mac_integration.c:193: Missing space after `:' (col 81): [appleEventManager removeEventHandlerForEventClass:kCoreEventClass andEventID:kAEQuitApplication]; ./gwyddion/about.c:254: Extra space before `)' (col 23): ); ./gwyddion/remote-win32.c:153: Empty line before closing brace (col 4) ./gwyddion/toolbox-editor.c:289: Empty line before closing brace (col 4) ./gwyddion/toolbox-editor.c:801: Extra return parentheses (col 11) ./gwyddion/toolbox-editor.c:1014: Extra return parentheses (col 11)