[wesnoth-commits] [wesnoth/wesnoth] e270a7: Formatting cleanup: `> >` to '>>`

GitHub noreply at github.com
Wed Feb 21 01:11:52 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: e270a7c6656cbebdfe16b782a93acb23a2e0b94e
      https://github.com/wesnoth/wesnoth/commit/e270a7c6656cbebdfe16b782a93acb23a2e0b94e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M src/actions/vision.cpp
    M src/addon/manager.cpp
    M src/ai/composite/aspect.hpp
    M src/ai/composite/engine.cpp
    M src/ai/composite/engine.hpp
    M src/ai/composite/goal.cpp
    M src/ai/composite/goal.hpp
    M src/ai/composite/property_handler.hpp
    M src/ai/composite/value_translator.hpp
    M src/ai/configuration.cpp
    M src/ai/contexts.cpp
    M src/ai/contexts.hpp
    M src/ai/default/aspect_attacks.hpp
    M src/ai/default/attack.cpp
    M src/ai/default/ca.cpp
    M src/ai/default/ca.hpp
    M src/ai/default/contexts.hpp
    M src/ai/default/engine_cpp.cpp
    M src/ai/default/engine_cpp.hpp
    M src/ai/default/recruitment.cpp
    M src/ai/default/recruitment.hpp
    M src/ai/formula/ai.cpp
    M src/ai/formula/engine_fai.cpp
    M src/ai/formula/engine_fai.hpp
    M src/ai/formula/function_table.cpp
    M src/ai/game_info.hpp
    M src/ai/manager.hpp
    M src/ai/registry.cpp
    M src/boost-patched/bind/arg.hpp
    M src/campaign_server/campaign_server.cpp
    M src/commandline_options.cpp
    M src/commandline_options.hpp
    M src/desktop/dbus_notification.cpp
    M src/display.hpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/palette/editor_palettes.hpp
    M src/editor/toolkit/editor_toolkit.hpp
    M src/filesystem_boost.cpp
    M src/font/sdl_ttf.cpp
    M src/formula/callable_objects.cpp
    M src/game_events/action_wml.cpp
    M src/game_events/conditional_wml.cpp
    M src/generators/default_map_generator_job.cpp
    M src/generators/default_map_generator_job.hpp
    M src/gettext_boost.cpp
    M src/gui/core/event/dispatcher.hpp
    M src/gui/core/event/handler.hpp
    M src/gui/core/placer/horizontal_list.hpp
    M src/gui/core/placer/vertical_list.hpp
    M src/gui/dialogs/log_settings.hpp
    M src/gui/dialogs/select_orb_colors.hpp
    M src/gui/widgets/generator.hpp
    M src/gui/widgets/minimap.cpp
    M src/gui/widgets/multi_page.hpp
    M src/gui/widgets/window.hpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp
    M src/help/help_topic_generators.cpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/pathfind/teleport.cpp
    M src/pathfind/teleport.hpp
    M src/pathutils.cpp
    M src/preferences/game.cpp
    M src/replay.cpp
    M src/replay.hpp
    M src/reports.cpp
    M src/reports.hpp
    M src/scripting/application_lua_kernel.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_unit.cpp
    M src/scripting/plugins/manager.cpp
    M src/serialization/string_utils.cpp
    M src/serialization/string_view.hpp
    M src/server/server.cpp
    M src/side_filter.cpp
    M src/statistics.hpp
    M src/team.hpp
    M src/terrain/filter.cpp
    M src/terrain/filter.hpp
    M src/tests/gui/iterator.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/test_map_location.cpp
    M src/units/abilities.cpp
    M src/units/animation_component.cpp
    M src/units/attack_type.hpp
    M src/units/filter.cpp
    M src/units/types.hpp
    M src/utils/context_free_grammar_generator.hpp
    M src/version.cpp
    M src/whiteboard/side_actions.hpp
    M src/widgets/menu.cpp
    M src/widgets/menu.hpp

  Log Message:
  -----------
  Formatting cleanup: `> >` to '>>`

Allowed since C++11. Might as well use it everywhere.




More information about the Commits mailing list