diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 23:31:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 23:32:24 +0900 |
commit | 679e6a56c73bad0db5360a1b51d3f517a93baa60 (patch) | |
tree | ff9192f0757a3dc08332850a6d61f06a9de6d710 /libkpimidentities | |
parent | 33b573ee2e2e2a4b8634f64bcb004fae45288181 (diff) | |
download | tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.tar.gz tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b)
Diffstat (limited to 'libkpimidentities')
-rw-r--r-- | libkpimidentities/identity.cpp | 1 | ||||
-rw-r--r-- | libkpimidentities/identity.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitycombo.cpp | 2 | ||||
-rw-r--r-- | libkpimidentities/identitycombo.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitymanager.cpp | 2 | ||||
-rw-r--r-- | libkpimidentities/identitymanager.h | 2 |
6 files changed, 5 insertions, 6 deletions
diff --git a/libkpimidentities/identity.cpp b/libkpimidentities/identity.cpp index c43620ea3..f81bc3b15 100644 --- a/libkpimidentities/identity.cpp +++ b/libkpimidentities/identity.cpp @@ -1,4 +1,3 @@ -// -*- mode: C++; c-file-style: "gnu" -*- // tdemidentity.cpp // License: GPL diff --git a/libkpimidentities/identity.h b/libkpimidentities/identity.h index c1af97e15..2cc4ec4ec 100644 --- a/libkpimidentities/identity.h +++ b/libkpimidentities/identity.h @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* * User identity information * * Author: Stefan Taferner <[email protected]> diff --git a/libkpimidentities/identitycombo.cpp b/libkpimidentities/identitycombo.cpp index adc79efd1..8644cb5aa 100644 --- a/libkpimidentities/identitycombo.cpp +++ b/libkpimidentities/identitycombo.cpp @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* identitycombo.cpp This file is part of KMail, the KDE mail client. diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h index 1644f9c2f..5fcfa7eec 100644 --- a/libkpimidentities/identitycombo.h +++ b/libkpimidentities/identitycombo.h @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* identitycombo.h This file is part of KMail, the KDE mail client. diff --git a/libkpimidentities/identitymanager.cpp b/libkpimidentities/identitymanager.cpp index c7b97216a..354145021 100644 --- a/libkpimidentities/identitymanager.cpp +++ b/libkpimidentities/identitymanager.cpp @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* identitymanager.cpp This file is part of KMail, the KDE mail client. diff --git a/libkpimidentities/identitymanager.h b/libkpimidentities/identitymanager.h index b0aee59d4..b341891f0 100644 --- a/libkpimidentities/identitymanager.h +++ b/libkpimidentities/identitymanager.h @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* identitymanager.h This file is part of KMail, the KDE mail client. |