summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorBruce Beare <brucex.j.beare@intel.com>2010-06-25 09:07:54 -0700
committerBruce Beare <brucex.j.beare@intel.com>2010-06-25 09:07:54 -0700
commitb940ad181c917c781eaab144ed645b7c85dbc94e (patch)
tree68b979705fdc8da7989fd35fec4f1f76241691a6 /WebCore
parentec92ec7cd8fe4ad6c8137865ec2d6b43c1a56ee5 (diff)
downloadexternal_webkit-b940ad181c917c781eaab144ed645b7c85dbc94e.zip
external_webkit-b940ad181c917c781eaab144ed645b7c85dbc94e.tar.gz
external_webkit-b940ad181c917c781eaab144ed645b7c85dbc94e.tar.bz2
Fix missing NL
Change-Id: I6757ab42e52b9d878f06da4bdc757c4626e3d0c5 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/page/Connection.cpp2
-rw-r--r--WebCore/platform/android/PackageNotifier.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/page/Connection.cpp b/WebCore/page/Connection.cpp
index ffbb838..1031df3 100644
--- a/WebCore/page/Connection.cpp
+++ b/WebCore/page/Connection.cpp
@@ -36,4 +36,4 @@ Connection::ConnectionType Connection::type() const
return networkStateNotifier().type();
}
-}; \ No newline at end of file
+};
diff --git a/WebCore/platform/android/PackageNotifier.h b/WebCore/platform/android/PackageNotifier.h
index ad44bc7..d9b4fd4 100644
--- a/WebCore/platform/android/PackageNotifier.h
+++ b/WebCore/platform/android/PackageNotifier.h
@@ -66,4 +66,4 @@ PackageNotifier& packageNotifier();
#endif
-#endif // PackageNotifier_h \ No newline at end of file
+#endif // PackageNotifier_h