replaced tabs with spaces
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
|
||||
#ifdef pvaClientEpicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# undef pvaClientEpicsExportSharedSymbols
|
||||
# undef pvaClientEpicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include <shareLib.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#ifdef pvaClientMultiChannelEpicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# undef pvaClientMultiChannelEpicsExportSharedSymbols
|
||||
# undef pvaClientMultiChannelEpicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -80,7 +80,7 @@ Status PvaClientMultiChannel::connect(double timeout)
|
||||
Status status = Status::Ok;
|
||||
size_t numBad = 0;
|
||||
for(size_t i=0; i< numChannel; ++i) {
|
||||
if(numBad==0) {
|
||||
if(numBad==0) {
|
||||
status = pvaClientChannelArray[i]->waitConnect(timeout);
|
||||
} else {
|
||||
status = pvaClientChannelArray[i]->waitConnect(.001);
|
||||
|
Reference in New Issue
Block a user