code cleanup
[fanfix.git] / src / be / nikiroo / fanfix / library / WebLibraryServerHtml.java
index 3dbc4aee399a7f10aecbfd6425703d0c350e75fe..63c50c54df64c4ad5ed5810d030a5783e30ad12e 100644 (file)
@@ -759,7 +759,7 @@ abstract class WebLibraryServerHtml implements Runnable {
                                        NanoHTTPD.MIME_PLAINTEXT, "Error when processing request");
                }
        }
-
+       
        protected Response newInputStreamResponse(String mimeType, InputStream in) {
                if (in == null) {
                        return NanoHTTPD.newFixedLengthResponse(Status.NO_CONTENT, "",