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:03:16 +0000 (16:03 -0400)
commit71720f639e00d0e457bc8f967f8060b579bc2882
tree01c1fa1c652289d75d55c46f3302cf8ca00eecaf
parent0f0a2281767a47c0ab4971d2b0dba5da10c6907b
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