diff options
author | Michele Calgaro <[email protected]> | 2022-10-22 17:44:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-10-22 17:44:35 +0900 |
commit | b98f54377ec196d8774db78be0f4b34ffbb27e8b (patch) | |
tree | 925252a88e56814610bcd21822407c725a5f6007 /src/frame.cpp | |
parent | 628e95a514f9daf2fe49d3412bacb3806b157f23 (diff) | |
download | klamav-b98f54377ec196d8774db78be0f4b34ffbb27e8b.tar.gz klamav-b98f54377ec196d8774db78be0f4b34ffbb27e8b.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/frame.cpp')
-rw-r--r-- | src/frame.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.cpp b/src/frame.cpp index eafb543..f8cc093 100644 --- a/src/frame.cpp +++ b/src/frame.cpp @@ -170,6 +170,4 @@ int Frame::progress() const return m_progress; } - -// vim: set et ts=4 sts=4 sw=4: #include "frame.moc" |