Browse Source

* correct identation (no code changes)

git-svn-id: trunk@42404 -
svenbarth 6 years ago
parent
commit
80ebb98431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pdecl.pas

+ 1 - 1
compiler/pdecl.pas

@@ -619,7 +619,7 @@ implementation
            { class attribute definitions? }
            { class attribute definitions? }
            if m_prefixed_attributes in current_settings.modeswitches then
            if m_prefixed_attributes in current_settings.modeswitches then
              while token=_LECKKLAMMER do
              while token=_LECKKLAMMER do
-                 parse_rttiattributes(rtti_attrs_def);
+               parse_rttiattributes(rtti_attrs_def);
 
 
            { fpc generic declaration? }
            { fpc generic declaration? }
            if first then
            if first then