summaryrefslogtreecommitdiffstats
path: root/src/sharedptr.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 17:37:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 17:37:39 +0900
commit098454da6440afa21c77fd8e0a9367acac2ec9df (patch)
tree8c057f38df10156daa44851575a3ba030706acf2 /src/sharedptr.h
parentc127e512b37f1d86e1b2198f46f01b2efd984b3c (diff)
downloadabakus-098454da6440afa21c77fd8e0a9367acac2ec9df.tar.gz
abakus-098454da6440afa21c77fd8e0a9367acac2ec9df.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sharedptr.h')
-rw-r--r--src/sharedptr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sharedptr.h b/src/sharedptr.h
index 1c63ca3..91d80da 100644
--- a/src/sharedptr.h
+++ b/src/sharedptr.h
@@ -118,5 +118,3 @@ private:
};
#endif /* ABAKUS_SHARED_PTR_H */
-
-// vim: set et ts=8 sw=4: