Skip to content

Commit

Permalink
Merge pull request #400 from jwillemsen/jwi-redundantwhitespace2
Browse files Browse the repository at this point in the history
Removed redundant white space, was removed at the taox11 level, need …
  • Loading branch information
jwillemsen authored Jul 15, 2023
2 parents 58fd75a + f4fbde3 commit 79582f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%if has_toplevel_annotation?

% unaliased_type = 'std::vector< '+resolved_cxxtype+'>'
% unaliased_type = 'std::vector<'+resolved_cxxtype+'>'
// Unaliased type : <%= unaliased_type %>
// Scoped element type : <%= scoped_cxxtype %>
% ddsx11_alias_md5 = (unaliased_type+scoped_cxxtype).to_md5
Expand Down

0 comments on commit 79582f3

Please sign in to comment.