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

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyWebRequest.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/LazyWebRequest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyWebRequest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyWebRequest.java
index b7a7726c407fc350578edbedf86ccadf5076aa4d..d4a1be9a27532dfc606788ddd840c7a60613db12 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyWebRequest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/LazyWebRequest.java
@@ -21,9 +21,9 @@ import java.util.List;
public class LazyWebRequest extends WebRequest
{
- @Override
- public ServerResponse httpGET(String url, List<HeaderEntry> headers)
- {
- while (true);
- }
+ @Override
+ public ServerResponse httpGET(String url, List<HeaderEntry> headers)
+ {
+ while (true) ;
Felix Dahlke 2016/09/12 13:59:00 Not sure why there was a space added before the se
anton 2016/09/13 05:51:44 yes, it will be: "while(true) { }"
+ }
}

Powered by Google App Engine
This is Rietveld