Ports.cpp: fix gcc6 build
* Reindent source code, to fix gcc6 '-Werror=misleading-indentation' warnings.
This commit is contained in:
committed by
Alexander von Gluck IV
parent
50b0cba0c4
commit
5265115b17
@@ -130,10 +130,10 @@ Port::SetPipe(Pipe* pipe)
|
|||||||
|
|
||||||
uint32 portState = read32(portRegister);
|
uint32 portState = read32(portRegister);
|
||||||
|
|
||||||
if (pipe->Index() == INTEL_PIPE_A)
|
if (pipe->Index() == INTEL_PIPE_A)
|
||||||
write32(portRegister, portState & ~DISPLAY_MONITOR_PIPE_B);
|
write32(portRegister, portState & ~DISPLAY_MONITOR_PIPE_B);
|
||||||
else
|
else
|
||||||
write32(portRegister, portState | DISPLAY_MONITOR_PIPE_B);
|
write32(portRegister, portState | DISPLAY_MONITOR_PIPE_B);
|
||||||
|
|
||||||
fPipe = pipe;
|
fPipe = pipe;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user