]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1243841: quiet a misleading indentation warning
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 May 2018 20:03:16 +0000 (16:03 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 May 2018 20:10:01 +0000 (16:10 -0400)
commitb704d6ad373ed581b4f8caa2bd156161a0aa1bbd
tree27480d5daed30c415841f4d6a7fea2f71663f851
parent62a29dafa4b978d3bc6f4ef8d2dddebe1b319ebb
LP#1243841: quiet a misleading indentation warning

Adjusts a spaces-vs-tabs issue to fix the following compilation
warning:

osrf_prefork.c: In function ‘check_children’:
osrf_prefork.c:1067:5: warning: this ‘if’ clause does not
guard... [-Wmisleading-indentation]
     if( select_ret <= 0 ) // we're done here
     ^~
osrf_prefork.c:1072:2: note: ...this statement, but the latter is
misleadingly indented as if it is guarded by the ‘if’
  cur_child = forker->first_child;
  ^~~~~~~~~

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
src/libopensrf/osrf_prefork.c