Commit 508b144c by Steven G. Kargl

symbol.c (gfc_free_charlen): Whitespace.

2011-10-30  Steven G. Kargl  <kargl@gcc.gnu.org>

	* symbol.c (gfc_free_charlen): Whitespace.

From-SVN: r180687
parent 05168bb7
...@@ -3209,7 +3209,8 @@ gfc_new_charlen (gfc_namespace *ns, gfc_charlen *old_cl) ...@@ -3209,7 +3209,8 @@ gfc_new_charlen (gfc_namespace *ns, gfc_charlen *old_cl)
/* Free the charlen list from cl to end (end is not freed). /* Free the charlen list from cl to end (end is not freed).
Free the whole list if end is NULL. */ Free the whole list if end is NULL. */
void gfc_free_charlen (gfc_charlen *cl, gfc_charlen *end) void
gfc_free_charlen (gfc_charlen *cl, gfc_charlen *end)
{ {
gfc_charlen *cl2; gfc_charlen *cl2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment