Skip to content

Commit 9522c7d

Browse files
committed
tpm remove white space in attribute string
1 parent 574288b commit 9522c7d

File tree

1 file changed

+1
-1
lines changed
  • plugins/ExtendedTools

1 file changed

+1
-1
lines changed

plugins/ExtendedTools/tpm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ PPH_STRING EtMakeTpmAttributesString(
205205
PhInitFormatSR(&format[0], attributesString->sr);
206206
PhInitFormatS(&format[1], L" (0x");
207207
PhInitFormatX(&format[2], Attributes);
208-
PhInitFormatS(&format[3], L" )");
208+
PhInitFormatS(&format[3], L")");
209209
string = PhFormat(format, RTL_NUMBER_OF(format), 1);
210210
PhDereferenceObject(attributesString);
211211

0 commit comments

Comments
 (0)