From 827a9b10539af4a8c4cff70fa345254668d294c7 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 9 Apr 2011 15:06:41 +0200 Subject: newlines everywhere --- pacman-c++/sceneholder.cpp | 2 +- pacman-c++/sceneholder.h | 2 +- pacman-c++/util.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pacman-c++') diff --git a/pacman-c++/sceneholder.cpp b/pacman-c++/sceneholder.cpp index 83025d5..310c929 100644 --- a/pacman-c++/sceneholder.cpp +++ b/pacman-c++/sceneholder.cpp @@ -112,4 +112,4 @@ void SceneHolder::updateMap(const Transmission::map_t& map) QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) { return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); -} \ No newline at end of file +} diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index d69e07e..4e96f7a 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h @@ -34,4 +34,4 @@ protected: }; -#endif // SCENEHOLDER_H \ No newline at end of file +#endif // SCENEHOLDER_H diff --git a/pacman-c++/util.h b/pacman-c++/util.h index 34ddd31..97666c4 100644 --- a/pacman-c++/util.h +++ b/pacman-c++/util.h @@ -5,4 +5,4 @@ // temporary Transmission::map_t createDummyMap(); -#endif // UTIL_H \ No newline at end of file +#endif // UTIL_H -- cgit v1.2.3