Fix some formatting in the CS code

This commit is contained in:
Twangboy 2023-02-24 10:48:08 -07:00 committed by Pedro Algarvio
parent 47eef61353
commit ebe2e500d7

View file

@ -448,7 +448,7 @@ namespace MinionConfigurationExtension {
}
[CustomAction]
[CustomAction]
public static void stop_service(Session session, string a_service) {
// the installer cannot assess the log file unless it is released.
session.Log("...stop_service " + a_service);
@ -459,7 +459,7 @@ namespace MinionConfigurationExtension {
}
[CustomAction]
[CustomAction]
public static ActionResult kill_python_exe(Session session) {
// because a running process can prevent removal of files
// Get full path and command line from running process
@ -663,7 +663,7 @@ namespace MinionConfigurationExtension {
session.Log("...END save_custom_config_file_DECAC");
}
[CustomAction]
[CustomAction]
public static ActionResult DeleteConfig_DECAC(Session session) {
// This removes not only config, but ROOTDIR or subfolders of ROOTDIR, depending on properties CLEAN_INSTALL and REMOVE_CONFIG
// Called on install, upgrade and uninstall
@ -703,7 +703,7 @@ namespace MinionConfigurationExtension {
}
[CustomAction]
[CustomAction]
public static ActionResult MoveConfig_DECAC(Session session) {
// This moves the root_dir from the old location (C:\salt) to the
// new location (%ProgramData%\Salt Project\Salt)