1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Remove trailing whitespace

This commit is contained in:
ta264
2019-12-22 21:24:11 +00:00
committed by Qstick
parent 8d27111f7b
commit d4fa9b7345
273 changed files with 566 additions and 555 deletions
+3 -3
View File
@@ -99,7 +99,7 @@ namespace Marr.Data.Mapping
}
/// <summary>
/// Parses and orders the parameters from the query text.
/// Parses and orders the parameters from the query text.
/// Filters the list of mapped columns to match the parameters found in the sql query.
/// All parameters starting with the '@' or ':' symbol are matched and returned.
/// </summary>
@@ -139,7 +139,7 @@ namespace Marr.Data.Mapping
/// <summary>
/// Set's each column's altname as the given prefix + the column name.
/// Ex:
/// Ex:
/// Original column name: "ID"
/// Passed in prefix: "PRODUCT_"
/// Generated AltName: "PRODUCT_ID"
@@ -154,7 +154,7 @@ namespace Marr.Data.Mapping
/// <summary>
/// Set's each column's altname as the column name + the given prefix.
/// Ex:
/// Ex:
/// Original column name: "ID"
/// Passed in suffix: "_PRODUCT"
/// Generated AltName: "ID_PRODUCT"