summaryrefslogtreecommitdiff
path: root/m4/ax_c_var_func.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-23 20:31:32 +0100
committerPeter Simons <simons@cryp.to>2009-12-23 20:31:32 +0100
commitb12941f7aa00fb681a7b56260812db4ff0ac56ce (patch)
tree500591102f70be75e5ca15ee016d77a33ffe55c9 /m4/ax_c_var_func.m4
parentdb3d86cee936204ba5d5fd87cbef8280e283eb5a (diff)
downloadautoconf-archive-b12941f7aa00fb681a7b56260812db4ff0ac56ce.tar.gz
Consistently indent quoted paragraphs with two blanks.
Diffstat (limited to 'm4/ax_c_var_func.m4')
-rw-r--r--m4/ax_c_var_func.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_c_var_func.m4 b/m4/ax_c_var_func.m4
index 5fd18f4..e449638 100644
--- a/m4/ax_c_var_func.m4
+++ b/m4/ax_c_var_func.m4
@@ -15,7 +15,7 @@
# __func__ shall be implictly declared by the compiler as if, immediately
# following the opening brace of each function definition, the declaration
#
-# static const char __func__[] = "function-name";
+# static const char __func__[] = "function-name";
#
# appeared, where function-name is the name of the function where the
# __func__ identifier is used.