 Issue 29348972:
  Issue 4239 - Change indentation to reflect our coding style  (Closed)
    
  
    Issue 29348972:
  Issue 4239 - Change indentation to reflect our coding style  (Closed) 
  | 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)
{
}"
 | 
| + } | 
| } |