We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48de89d commit 708cf62Copy full SHA for 708cf62
opengrok-web/src/main/webapp/list.jsp
@@ -263,8 +263,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
263
a = AnalyzerGuru.find(in);
264
g = AnalyzerGuru.getGenre(a);
265
}
266
- if (g == Genre.DATA || g == Genre.XREFABLE || g == null)
267
- {
+ if (g == Genre.DATA || g == Genre.XREFABLE || g == null) {
268
%>
269
<div id="src">
270
Binary file [Click <a href="<%= rawPath %>?r=<%= Util.URIEncode(rev) %>">here</a> to download]
0 commit comments