freebsd-ports/devel/frink/files/patch-indent
Mikhail Teterin a086dfd97c Make the default indentation level to be 8 positions, in the spirit of
style(9). One can still use the -i option to set it to whatever. The
port only exists for a few minutes, so, no revision bump.
2001-05-08 20:05:56 +00:00

10 lines
312 B
Text

--- frink.c Mon Apr 23 10:31:13 2001
+++ frink.c Tue May 8 15:47:35 2001
@@ -34 +34 @@
-int indent = 4;
+int indent = 8;
--- frink.1 Mon Apr 23 10:31:13 2001
+++ frink.1 Tue May 8 15:47:48 2001
@@ -79 +79 @@
-Set the indentation for each level. (default = 4)
+Set the indentation for each level. (default = 8)