Strip trailing whitespace.

This commit is contained in:
Mark de Wever 2010-02-04 20:39:59 +00:00
parent ea41791fd4
commit 37a64788b4
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ public:
, const SDLMod modifier
, const Uint16 unicode);
/**
/**
* Fires an event which takes notification parameters.
*
* @note the void* parameter is a dummy needed for SFINAE.

View File

@ -625,8 +625,8 @@ const frame_parameters unit_frame::merge_parameters(int current_time,const frame
result.image_diagonal = engine_val.image_diagonal;
}
/** engine provides a string for "petrified" and "team color" modifications
note that image_mod is the complete modification and halo_mod is only the TC part
/** engine provides a string for "petrified" and "team color" modifications
note that image_mod is the complete modification and halo_mod is only the TC part
see unit.cpp, we know that and use it*/
result.image_mod = current_val.image_mod +animation_val.image_mod;
if(primary) {