libXaw: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat May 5 19:09:18 UTC 2018


 src/TextAction.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a392266daf26d1959af9cc55ae53a905af159cf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 5 12:07:27 2018 -0700

    Fix misleading indentation in TextAction.c
    
    TextAction.c:838:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
          if (ctx->text.lt.top != 0)
          ^~
    TextAction.c:840:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
       break;
       ^~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list