1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adjust indents

This commit is contained in:
Nobuyoshi Nakada 2021-06-21 11:08:02 +09:00
parent 72a4e1d3bb
commit 28933c1071
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1,4 +1,4 @@
<% <% #-*- mode: ruby -*-
# #
# OnigEncodingDefine(foo, Foo) = { # OnigEncodingDefine(foo, Foo) = {
# .. # ..
@ -89,12 +89,13 @@ encdirs.each do |encdir|
end end
end end
end end
encodings.each_with_index do |e, i| -%>
%>ENC_DEFINE("<%=e%>"); % encodings.each_with_index do |e, i|
ENC_DEFINE("<%=e%>");
% end % end
% encidx = encodings.size - 1 % encidx = encodings.size - 1
% lines.each do |line| % lines.each do |line|
<%=line%> <%=line%><%#=%%%>
% end % end
#define ENCODING_COUNT <%=count%> #define ENCODING_COUNT <%=count%>