summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-04 19:42:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-04 19:42:42 +0900
commit7a0c2ce49743153e398ce50618c8d2e7b73c6e6d (patch)
treea8af498257fbfc1c7936f089ab5aefd00b547caa /core
parent8204fa74454b3f4a0761918f9deda1997f6c864c (diff)
downloadpolkit-tqt-7a0c2ce49743153e398ce50618c8d2e7b73c6e6d.tar.gz
polkit-tqt-7a0c2ce49743153e398ce50618c8d2e7b73c6e6d.zip
Removed empty line at the end of files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'core')
-rw-r--r--core/polkit-tqt-actiondescription.cpp1
-rw-r--r--core/polkit-tqt-actiondescription.h1
-rw-r--r--core/polkit-tqt-authority.cpp1
-rw-r--r--core/polkit-tqt-authority.h1
-rw-r--r--core/polkit-tqt-details.cpp1
-rw-r--r--core/polkit-tqt-details.h1
-rw-r--r--core/polkit-tqt-identity.cpp1
-rw-r--r--core/polkit-tqt-identity.h1
-rw-r--r--core/polkit-tqt-subject.cpp1
-rw-r--r--core/polkit-tqt-subject.h1
-rw-r--r--core/polkit-tqt-temporaryauthorization.cpp1
-rw-r--r--core/polkit-tqt-temporaryauthorization.h1
12 files changed, 0 insertions, 12 deletions
diff --git a/core/polkit-tqt-actiondescription.cpp b/core/polkit-tqt-actiondescription.cpp
index ca8dea2c8..9945eeb97 100644
--- a/core/polkit-tqt-actiondescription.cpp
+++ b/core/polkit-tqt-actiondescription.cpp
@@ -162,4 +162,3 @@ ActionDescription::ImplicitAuthorization ActionDescription::implicitActive() con
}
}
-
diff --git a/core/polkit-tqt-actiondescription.h b/core/polkit-tqt-actiondescription.h
index bb477f79f..3527008d0 100644
--- a/core/polkit-tqt-actiondescription.h
+++ b/core/polkit-tqt-actiondescription.h
@@ -152,4 +152,3 @@ class POLKIT_TQT_EXPORT ActionDescription
}
#endif
-
diff --git a/core/polkit-tqt-authority.cpp b/core/polkit-tqt-authority.cpp
index abe776245..71586c8ec 100644
--- a/core/polkit-tqt-authority.cpp
+++ b/core/polkit-tqt-authority.cpp
@@ -849,4 +849,3 @@ void Authority::revokeTemporaryAuthorizationCancel()
}
#include "polkit-tqt-authority.moc"
-
diff --git a/core/polkit-tqt-authority.h b/core/polkit-tqt-authority.h
index d4e0e0b53..c3cd4c241 100644
--- a/core/polkit-tqt-authority.h
+++ b/core/polkit-tqt-authority.h
@@ -524,4 +524,3 @@ class POLKIT_TQT_EXPORT Authority : public TQObject
}
#endif
-
diff --git a/core/polkit-tqt-details.cpp b/core/polkit-tqt-details.cpp
index 5b2a80d64..75e54dd00 100644
--- a/core/polkit-tqt-details.cpp
+++ b/core/polkit-tqt-details.cpp
@@ -140,4 +140,3 @@ TQStringList Details::keys() const
}
}
-
diff --git a/core/polkit-tqt-details.h b/core/polkit-tqt-details.h
index ee0f4d35d..6040e7a06 100644
--- a/core/polkit-tqt-details.h
+++ b/core/polkit-tqt-details.h
@@ -94,4 +94,3 @@ class POLKIT_TQT_EXPORT Details
}
#endif
-
diff --git a/core/polkit-tqt-identity.cpp b/core/polkit-tqt-identity.cpp
index 713c61c37..fbedb3c9d 100644
--- a/core/polkit-tqt-identity.cpp
+++ b/core/polkit-tqt-identity.cpp
@@ -231,4 +231,3 @@ void UnixGroupIdentity::setGid(gid_t gid)
}
}
-
diff --git a/core/polkit-tqt-identity.h b/core/polkit-tqt-identity.h
index 230bd9216..273170901 100644
--- a/core/polkit-tqt-identity.h
+++ b/core/polkit-tqt-identity.h
@@ -214,4 +214,3 @@ class POLKIT_TQT_EXPORT UnixGroupIdentity : public Identity
}
#endif
-
diff --git a/core/polkit-tqt-subject.cpp b/core/polkit-tqt-subject.cpp
index fe51e5265..297cef259 100644
--- a/core/polkit-tqt-subject.cpp
+++ b/core/polkit-tqt-subject.cpp
@@ -254,4 +254,3 @@ void UnixSessionSubject::setSessionId(const TQString &sessionId)
}
}
-
diff --git a/core/polkit-tqt-subject.h b/core/polkit-tqt-subject.h
index 493a44527..7f2ea45e7 100644
--- a/core/polkit-tqt-subject.h
+++ b/core/polkit-tqt-subject.h
@@ -268,4 +268,3 @@ class POLKIT_TQT_EXPORT UnixSessionSubject : public Subject
}
#endif
-
diff --git a/core/polkit-tqt-temporaryauthorization.cpp b/core/polkit-tqt-temporaryauthorization.cpp
index b87744e68..13834e64e 100644
--- a/core/polkit-tqt-temporaryauthorization.cpp
+++ b/core/polkit-tqt-temporaryauthorization.cpp
@@ -138,4 +138,3 @@ bool TemporaryAuthorization::revoke()
}
}
-
diff --git a/core/polkit-tqt-temporaryauthorization.h b/core/polkit-tqt-temporaryauthorization.h
index 505396500..016ff9a1d 100644
--- a/core/polkit-tqt-temporaryauthorization.h
+++ b/core/polkit-tqt-temporaryauthorization.h
@@ -122,4 +122,3 @@ class POLKIT_TQT_EXPORT TemporaryAuthorization
}
#endif
-