Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / build / android / pylib / device / adb_wrapper_test.py
index 52bedb4..fe4734c 100644 (file)
@@ -23,7 +23,7 @@ class TestAdbWrapper(unittest.TestCase):
   @staticmethod
   def _MakeTempFile(contents):
     """Make a temporary file with the given contents.
-    
+
     Args:
       contents: string to write to the temporary file.