Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe460025 authored by Mark Harman's avatar Mark Harman
Browse files

Fix whitespace.

parent 938cad56
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8084,7 +8084,8 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv
	    	long time_s = System.currentTimeMillis();
			try {
				mActivity.getApplicationInterface().getHDRProcessor().processHDR(inputs, true, null, true, null, 0.5f, 4, tonemapping_algorithm);
			} catch (HDRProcessorException e) {
			}
			catch(HDRProcessorException e) {
				e.printStackTrace();
				throw new RuntimeException();
			}