mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:39:23 +02:00
codetools: fixed spacing
git-svn-id: trunk@42181 -
This commit is contained in:
parent
fe3ce93563
commit
3c057df946
@ -14,7 +14,7 @@ end;
|
||||
</template>
|
||||
|
||||
<template name="AssignMethodDef">
|
||||
procedure <ProcName/>(<ParamName/>: <ParamType/> );<if var="Override"> override;</if>
|
||||
procedure <ProcName/>(<ParamName/>: <ParamType/>);<if var="Override"> override;</if>
|
||||
</template>
|
||||
|
||||
<template name="AssignMethod">
|
||||
|
Loading…
Reference in New Issue
Block a user