8216 libsldap: misleading-indentation

Review Request #503 — Created May 13, 2017 and submitted

tsoome
illumos-gate
8216
d6d2cb9...
general
../common/ns_config.c: In function 'destroy_config':
../common/ns_config.c:838:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
   if (ptr->domainName != NULL)
   ^~
../common/ns_config.c:840:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    ptr->domainName = NULL;
    ^~~
cc1: all warnings being treated as errors


tsoome
yuripv
  1. Ship It!
  2. 
      
alarcher
  1. Ship It!
  2. 
      
tsoome
Review request changed

Status: Closed (submitted)

Loading...