mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 21:59:07 +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>
|
||||||
|
|
||||||
<template name="AssignMethodDef">
|
<template name="AssignMethodDef">
|
||||||
procedure <ProcName/>(<ParamName/>: <ParamType/> );<if var="Override"> override;</if>
|
procedure <ProcName/>(<ParamName/>: <ParamType/>);<if var="Override"> override;</if>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template name="AssignMethod">
|
<template name="AssignMethod">
|
||||||
|
Loading…
Reference in New Issue
Block a user