Skip to content
Snippets Groups Projects
Commit 397d9b61 authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Change Layout of Function Names

parent cda1191b
Branches
Tags
No related merge requests found
...@@ -60,7 +60,7 @@ perl { ...@@ -60,7 +60,7 @@ perl {
# #
<% if defined?(@function_names) -%> <% if defined?(@function_names) -%>
<% @function_names.each_pair do |default, value| -%> <% @function_names.each_pair do |default, value| -%>
<%= default %> = <%= value %> <%- %><%= default %> = <%= value %>
<% end %> <% end %>
<% end %> <% end %>
#func_authenticate = authenticate #func_authenticate = authenticate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment