mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
indentation
This commit is contained in:
parent
008ce6612b
commit
a5be7e8ae5
1 changed files with 9 additions and 9 deletions
|
@ -70,15 +70,15 @@ public class TxThread extends Thread {
|
|||
}
|
||||
|
||||
// Clear the queue and notify any command waiting, we are going down.
|
||||
CommandQueue txQueue = session.getTxQueue();
|
||||
if (txQueue != null) {
|
||||
Command[] cmds = txQueue.clearCommands();
|
||||
for (int i = 0; i < cmds.length; i++) {
|
||||
synchronized (cmds[i]) {
|
||||
cmds[i].notifyAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
CommandQueue txQueue = session.getTxQueue();
|
||||
if (txQueue != null) {
|
||||
Command[] cmds = txQueue.clearCommands();
|
||||
for (int i = 0; i < cmds.length; i++) {
|
||||
synchronized (cmds[i]) {
|
||||
cmds[i].notifyAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue