2
0

kfdtest: Consolidate indentation of multi-line function calls

Make indentation consistent, which is that subsequent lines are aligned
with the variables declared above

Change-Id: I590f7768d93565145b986ad1fb6ac8e82f9c0d58
Este cometimento está contido em:
Kent Russell
2018-08-13 09:33:22 -04:00
ascendente dffac0a97e
cometimento cb019f00cd
6 ficheiros modificados com 9 adições e 9 eliminações
+2 -2
Ver ficheiro
@@ -123,9 +123,9 @@ class KFDIPCTest : public KFDBaseComponentTest {
/* For CMA testing */
CMA_TEST_STATUS CrossMemoryAttachChildProcess(int defaultGPUNode, int writePipe,
int readPipe, CMA_TEST_TYPE testType);
int readPipe, CMA_TEST_TYPE testType);
CMA_TEST_STATUS CrossMemoryAttachParentProcess(int defaultGPUNode, pid_t cid,
int writePipe, int readPipe, CMA_TEST_TYPE testType);
int writePipe, int readPipe, CMA_TEST_TYPE testType);
protected:
pid_t m_ChildPid;
};