Removes the common leading whitespace from every line in the given string.
The input string where indentation should be removed.
The unindented string with common leading spaces removed.
Removes the common leading whitespace from every line in the given string.