Home | History | Annotate | Line # | Download | only in indent
opt_di.c revision 1.1
      1 /* $NetBSD: opt_di.c,v 1.1 2021/10/22 20:54:36 rillig Exp $ */
      2 /* $FreeBSD$ */
      3 
      4 #indent input
      5 int space;
      6 int	tab;
      7 int		tab16;
      8 
      9 struct long_name long_name;
     10 #indent end
     11 
     12 #indent run -di8
     13 int	space;
     14 int	tab;
     15 int	tab16;
     16 
     17 struct long_name long_name;
     18 #indent end
     19