diff options
| author | manuel <manuel@mausz.at> | 2011-04-09 15:06:41 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-09 15:06:41 +0200 |
| commit | 827a9b10539af4a8c4cff70fa345254668d294c7 (patch) | |
| tree | d27b10f28b12e72de7b81acd5d4efd4ac513b9f5 | |
| parent | 7bfd0036b3297992dc6644eecfcbab5325756a1d (diff) | |
| download | foop-827a9b10539af4a8c4cff70fa345254668d294c7.tar.gz foop-827a9b10539af4a8c4cff70fa345254668d294c7.tar.bz2 foop-827a9b10539af4a8c4cff70fa345254668d294c7.zip | |
newlines everywhere
| -rw-r--r-- | pacman-c++/sceneholder.cpp | 2 | ||||
| -rw-r--r-- | pacman-c++/sceneholder.h | 2 | ||||
| -rw-r--r-- | pacman-c++/util.h | 2 |
3 files changed, 3 insertions, 3 deletions
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) | |||
| 112 | QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) | 112 | QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) |
| 113 | { | 113 | { |
| 114 | return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); | 114 | return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); |
| 115 | } \ No newline at end of file | 115 | } |
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: | |||
| 34 | 34 | ||
| 35 | }; | 35 | }; |
| 36 | 36 | ||
| 37 | #endif // SCENEHOLDER_H \ No newline at end of file | 37 | #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 @@ | |||
| 5 | // temporary | 5 | // temporary |
| 6 | Transmission::map_t createDummyMap(); | 6 | Transmission::map_t createDummyMap(); |
| 7 | 7 | ||
| 8 | #endif // UTIL_H \ No newline at end of file | 8 | #endif // UTIL_H |
