Added end of line to all files to avoid warnings when compiling ...

This commit is contained in:
Isaac Clerencia Perez 2004-04-05 22:14:17 +00:00
parent 5238dcc75a
commit c5e39392b1
15 changed files with 15 additions and 15 deletions

View file

@ -925,4 +925,4 @@ void ai::move_leader_after_recruit(const move_map& enemy_dstsrc)
break;
}
}
}
}

View file

@ -332,4 +332,4 @@ void cave_map_generator::place_castle(const std::string& side, gamemap::location
for(size_t n = 0; n != 6; ++n) {
set_terrain(adj[n],castle_);
}
}
}

View file

@ -63,4 +63,4 @@ private:
size_t translate_y(size_t y) const;
};
#endif
#endif

View file

@ -199,4 +199,4 @@ void undraw(SDL_Surface* screen)
update_rect(area);
}
}
}

View file

@ -32,4 +32,4 @@ private:
}
#endif
#endif

View file

@ -2564,4 +2564,4 @@ void display::add_observer(const std::string& name)
void display::remove_observer(const std::string& name)
{
observers_.erase(name);
}
}

View file

@ -679,4 +679,4 @@ void undraw_floating_labels(SDL_Surface* screen)
}
}
}
}

View file

@ -107,4 +107,4 @@ void map_labels::recalculate_shroud()
for(label_map::const_iterator i = labels_.begin(); i != labels_.end(); ++i) {
font::show_floating_label(i->second,!disp_.shrouded(i->first.x,i->first.y));
}
}
}

View file

@ -41,4 +41,4 @@ private:
label_map labels_;
};
#endif
#endif

View file

@ -2033,4 +2033,4 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data(const config& cfg
}
return turn_end ? PROCESS_END_TURN : PROCESS_CONTINUE;
}
}

View file

@ -84,4 +84,4 @@ std::string unit_race::generate_name(unit_race::GENDER gender) const
int unit_race::num_traits() const { return ntraits_; }
bool unit_race::not_living() const { return not_living_; }
bool unit_race::not_living() const { return not_living_; }

View file

@ -397,4 +397,4 @@ int sum_str_int_map(const stats::str_int_map& m)
return res;
}
}
}

View file

@ -78,4 +78,4 @@ namespace statistics
stats calculate_stats(int category, int side);
}
#endif
#endif

View file

@ -572,4 +572,4 @@ bool is_observer()
}
return true;
}
}

View file

@ -332,4 +332,4 @@ const SDL_Rect& theme::main_map_location(const SDL_Rect& screen) const
const SDL_Rect& theme::mini_map_location(const SDL_Rect& screen) const
{
return mini_map_.location(screen);
}
}