Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyLogSystem.java

Issue 29348972: Issue 4239 - Change indentation to reflect our coding style (Closed)
Patch Set: Created Aug. 2, 2016, 10:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyLogSystem.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyLogSystem.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyLogSystem.java
index b676351ef7740005f210a0c736bfcf02c165afff..2ca348c22cd9fc740284664189c127ef22f10345 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyLogSystem.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyLogSystem.java
@@ -19,8 +19,8 @@ package org.adblockplus.libadblockplus;
public class LazyLogSystem extends LogSystem
{
- @Override
- public void logCallback(LogLevel level, String message, String source)
- {
- }
+ @Override
+ public void logCallback(LogLevel level, String message, String source)
+ {
+ }
}

Powered by Google App Engine
This is Rietveld