Commit f8180c63 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson Committed by Matt Caswell
Browse files

Test option -nc



Add option -nc which sets COMMENTS=true but disables all indent comment
reformatting options.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 20728adc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ do
      -c) COMMENTS="true"; 
      	  INDENT_ARGS="-fc1 -fca -cdb -sc"; 
	  continue;;
      -nc) COMMENTS="true";
	  continue;;
    esac
  fi