Tpm2Lib.TpmStructPrinter.Spaces C# (CSharp) Method

Spaces() private method

private Spaces ( ) : string
return string
        private string Spaces()
        {
            return new String(' ', Indent * 2);
        }
    }