[Commits] [wesnoth/wesnoth] f23305: Formatting cleanup: T const& -> const T&
GitHub
noreply at github.com
Mon Jan 22 14:26:50 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: f23305f7e247ba1cd9a8a96ab53f03c8d3ab0b04
https://github.com/wesnoth/wesnoth/commit/f23305f7e247ba1cd9a8a96ab53f03c8d3ab0b04
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M src/addon/client.cpp
M src/ai/actions.cpp
M src/ai/actions.hpp
M src/ai/composite/rca.cpp
M src/ai/composite/rca.hpp
M src/ai/contexts.hpp
M src/arrow.cpp
M src/arrow.hpp
M src/config_attribute_value.cpp
M src/editor/palette/location_palette.cpp
M src/editor/palette/tristate_button.cpp
M src/fake_unit_ptr.cpp
M src/font/font_id.hpp
M src/font/sdl_ttf.cpp
M src/font/text_cache.cpp
M src/font/text_cache.hpp
M src/font/text_surface.cpp
M src/font/text_surface.hpp
M src/gui/dialogs/addon/manager.cpp
M src/gui/dialogs/simple_item_selector.cpp
M src/gui/dialogs/simple_item_selector.hpp
M src/help/help_browser.cpp
M src/help/help_browser.hpp
M src/help/help_impl.cpp
M src/help/help_impl.hpp
M src/help/help_menu.cpp
M src/help/help_text_area.cpp
M src/image_modifications.cpp
M src/image_modifications.hpp
M src/log.cpp
M src/log.hpp
M src/map/location.cpp
M src/map/location.hpp
M src/mouse_events.cpp
M src/pathfind/pathfind.cpp
M src/pathfind/pathfind.hpp
M src/pathutils.cpp
M src/pathutils.hpp
M src/scripting/game_lua_kernel.cpp
M src/scripting/game_lua_kernel.hpp
M src/scripting/lua_common.cpp
M src/scripting/lua_common.hpp
M src/scripting/lua_race.cpp
M src/scripting/lua_team.cpp
M src/scripting/lua_unit.cpp
M src/scripting/lua_unit.hpp
M src/sdl/rect.cpp
M src/sdl/rect.hpp
M src/sdl/surface.cpp
M src/sdl/surface.hpp
M src/sdl/utils.cpp
M src/sdl/utils.hpp
M src/serialization/parser.cpp
M src/serialization/parser.hpp
M src/serialization/preprocessor.hpp
M src/serialization/tag.cpp
M src/serialization/tag.hpp
M src/serialization/ucs4_iterator_base.hpp
M src/server/game.cpp
M src/show_dialog.cpp
M src/show_dialog.hpp
M src/sound.cpp
M src/terrain/builder.hpp
M src/tests/test_image_modifications.cpp
M src/tod_manager.cpp
M src/units/abilities.cpp
M src/units/filter.cpp
M src/units/map.hpp
M src/units/unit.cpp
M src/utils/reference_counter.hpp
M src/variable.cpp
M src/variable.hpp
M src/whiteboard/action.cpp
M src/whiteboard/action.hpp
M src/whiteboard/attack.cpp
M src/whiteboard/attack.hpp
M src/whiteboard/manager.cpp
M src/whiteboard/manager.hpp
M src/whiteboard/move.cpp
M src/whiteboard/move.hpp
M src/whiteboard/recall.cpp
M src/whiteboard/recall.hpp
M src/whiteboard/recruit.cpp
M src/whiteboard/recruit.hpp
M src/whiteboard/side_actions.cpp
M src/whiteboard/side_actions.hpp
M src/whiteboard/suppose_dead.cpp
M src/whiteboard/suppose_dead.hpp
M src/whiteboard/utility.cpp
M src/whiteboard/utility.hpp
M src/widgets/button.cpp
M src/widgets/menu.cpp
M src/widgets/scrollarea.cpp
M src/widgets/scrollarea.hpp
M src/widgets/scrollbar.cpp
M src/widgets/scrollbar.hpp
M src/widgets/textbox.cpp
M src/widgets/textbox.hpp
M src/widgets/widget.cpp
M src/widgets/widget.hpp
Log Message:
-----------
Formatting cleanup: T const& -> const T&
More information about the Commits
mailing list