[Commits] [wesnoth/wesnoth] 9b7b17: Removed trailing tabs and whitespaces from C++ sou...

GitHub noreply at github.com
Mon Dec 21 19:43:31 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9b7b1751fdda09ad513ddea8019d431640d36e85
      https://github.com/wesnoth/wesnoth/commit/9b7b1751fdda09ad513ddea8019d431640d36e85
  Author: Elvish_Hunter <elvish.hunter2010 at gmail.com>
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/shroud_clearing_action.hpp
    M src/actions/undo.hpp
    M src/actions/undo_action.cpp
    M src/actions/undo_action.hpp
    M src/actions/undo_dismiss_action.cpp
    M src/actions/undo_dismiss_action.hpp
    M src/actions/undo_move_action.cpp
    M src/actions/undo_move_action.hpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recall_action.hpp
    M src/actions/undo_recruit_action.hpp
    M src/actions/undo_update_shroud_action.hpp
    M src/config.hpp
    M src/controller_base.cpp
    M src/desktop/open.cpp
    M src/desktop/version.cpp
    M src/display_chat_manager.cpp
    M src/display_chat_manager.hpp
    M src/events.cpp
    M src/filesystem.hpp
    M src/filesystem_boost.cpp
    M src/floating_label.cpp
    M src/font.cpp
    M src/formula_string_utils.hpp
    M src/game_data.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/pump.cpp
    M src/game_initialization/configure_engine.hpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/connect_engine.hpp
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/game_initialization/playcampaign.cpp
    M src/game_initialization/singleplayer.cpp
    M src/game_launcher.cpp
    M src/game_state.cpp
    M src/generators/cave_map_generator.hpp
    M src/generators/default_map_generator_job.cpp
    M src/generators/default_map_generator_job.hpp
    M src/gettext.cpp
    M src/gettext.hpp
    M src/gui/auxiliary/canvas.cpp
    M src/gui/dialogs/addon_list.cpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/campaign_settings.hpp
    M src/gui/dialogs/editor_generate_map.hpp
    M src/gui/dialogs/game_load.cpp
    M src/gui/dialogs/label_settings.hpp
    M src/gui/dialogs/lua_interpreter.cpp
    M src/gui/dialogs/unit_create.cpp
    M src/gui/widgets/generator.cpp
    M src/gui/widgets/generator.hpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/selectable.hpp
    M src/gui/widgets/toggle_panel.hpp
    M src/help/help_topic_generators.cpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey_handler.cpp
    M src/hotkey_handler_sp.cpp
    M src/hotkey_handler_sp.hpp
    M src/image.cpp
    M src/lua/lgc.cpp
    M src/make_enum.hpp
    M src/map_label.cpp
    M src/map_label.hpp
    M src/map_location.cpp
    M src/menu_events.cpp
    M src/mouse_events.cpp
    M src/mt_rng.cpp
    M src/mt_rng.hpp
    M src/persist_var.cpp
    M src/play_controller.cpp
    M src/play_controller.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp
    M src/playsingle_controller.cpp
    M src/playsingle_controller.hpp
    M src/random_new.cpp
    M src/random_new.hpp
    M src/random_new_synced.hpp
    M src/replay.cpp
    M src/replay.hpp
    M src/replay_controller.cpp
    M src/replay_controller.hpp
    M src/replay_recorder_base.cpp
    M src/reports.hpp
    M src/save_blocker.hpp
    M src/saved_game.cpp
    M src/saved_game.hpp
    M src/savegame.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_cpp_function.hpp
    M src/scripting/lua_fileops.hpp
    M src/scripting/lua_gui2.cpp
    M src/scripting/lua_kernel_base.cpp
    M src/scripting/lua_kernel_base.hpp
    M src/scripting/lua_map_location_ops.hpp
    M src/scripting/mapgen_lua_kernel.hpp
    M src/scripting/plugins/manager.cpp
    M src/scripting/push_check.hpp
    M src/seed_rng.cpp
    M src/seed_rng.hpp
    M src/serialization/ucs4_convert_impl.hpp
    M src/serialization/ucs4_iterator_base.hpp
    M src/serialization/unicode_cast.hpp
    M src/serialization/unicode_types.hpp
    M src/server/game.hpp
    M src/storyscreen/interface.hpp
    M src/synced_commands.cpp
    M src/synced_context.cpp
    M src/synced_context.hpp
    M src/synced_user_choice.cpp
    M src/teambuilder.cpp
    M src/tests/gui/test_gui2.cpp
    M src/tests/test_commandline_options.cpp
    M src/tests/test_make_enum.cpp
    M src/tests/test_rng.cpp
    M src/tests/test_unit_map.cpp
    M src/tod_manager.cpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_abilities.cpp
    M src/unit_filter.cpp
    M src/unit_filter.hpp
    M src/unit_types.cpp
    M src/variable.cpp
    M src/video.hpp
    M src/wesnoth.cpp
    M src/xBRZ/xbrz.hpp

  Log Message:
  -----------
  Removed trailing tabs and whitespaces from C++ source

I used this command line: find <source directory> -name \*.\[ch\]pp -print0 | xargs -0 sed -i 's/[[:blank:]]*$//'





More information about the Commits mailing list