Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libaddressinput / src / java / src / com / android / i18n / addressinput / DataLoadListener.java
index fc7782c..4e6fbee 100644 (file)
@@ -20,7 +20,7 @@ package com.android.i18n.addressinput;
  * Invoked when the data is fetched from the server or the cache.
  */
 public interface DataLoadListener {
-    // These callbacks are invoked from a background thread.
-    void dataLoadingBegin();
-    void dataLoadingEnd();
+  // These callbacks are invoked from a background thread.
+  void dataLoadingBegin();
+  void dataLoadingEnd();
 }