Merge "Check for EXT_color_buffer_float in read_pixels_fbo_format_mismatch" into...
[platform/upstream/VK-GL-CTS.git] / android / scripts / launch.py
index 48dd6b7..cf0d765 100644 (file)
@@ -45,7 +45,7 @@ def launch (extraArgs = ""):
        finally:
                # Restore working dir
                os.chdir(curDir)
-       
+
 if __name__ == "__main__":
        if len(sys.argv) > 1:
                launch(string.join(sys.argv[1:], " "))