opt_cd.c revision 1.2
11.2Srillig/* $NetBSD: opt_cd.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */ 21.1Srillig/* $FreeBSD$ */ 31.1Srillig 41.1Srillig#indent input 51.1Srilligint aflag; /* Apply to all files. */ 61.1Srillig#indent end 71.1Srillig 81.1Srillig#indent run -cd49 91.1Srilligint aflag; /* Apply to all files. */ 101.1Srillig#indent end 111.2Srillig 121.2Srillig/* If '-cd' is not given, it falls back to '-c'. */ 131.2Srillig#indent run-equals-prev-output -c49 14