Removed vim modelines since we have a project .vimrc now
This commit is contained in:
parent
c7d90ff1ab
commit
a9e9a7db07
@ -210,5 +210,3 @@ void AbstractPort::stats(PortStats *stats)
|
|||||||
stats->txPps = stats_.txPps;
|
stats->txPps = stats_.txPps;
|
||||||
stats->txBps = stats_.txBps;
|
stats->txBps = stats_.txBps;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -78,5 +78,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -419,5 +419,3 @@ void MyService::clearStats(::google::protobuf::RpcController* controller,
|
|||||||
|
|
||||||
done->Run();
|
done->Run();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -81,5 +81,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -403,5 +403,3 @@ QFile* PcapPort::PortCapturer::captureFile()
|
|||||||
{
|
{
|
||||||
return &capFile_;
|
return &capFile_;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -117,5 +117,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -52,6 +52,3 @@ PortManager* PortManager::instance()
|
|||||||
|
|
||||||
return instance_;
|
return instance_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -22,5 +22,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -140,5 +140,3 @@ void WinPcapPort::PortMonitor::run()
|
|||||||
QThread::msleep(1000);
|
QThread::msleep(1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
@ -27,5 +27,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user