Skip to content

Commit 708cf62

Browse files
author
Vladimir Kotal
committed
fix style
1 parent 48de89d commit 708cf62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-web/src/main/webapp/list.jsp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
263263
a = AnalyzerGuru.find(in);
264264
g = AnalyzerGuru.getGenre(a);
265265
}
266-
if (g == Genre.DATA || g == Genre.XREFABLE || g == null)
267-
{
266+
if (g == Genre.DATA || g == Genre.XREFABLE || g == null) {
268267
%>
269268
<div id="src">
270269
Binary file [Click <a href="<%= rawPath %>?r=<%= Util.URIEncode(rev) %>">here</a> to download]

0 commit comments

Comments
 (0)