lazarus/components/codetools/examples/scanexamples/indentation.pas
mattias 5ae268758c codetools: added example
git-svn-id: trunk@20142 -
2009-05-23 10:40:19 +00:00

14 lines
102 B
ObjectPascal

unit indentation;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
implementation
end.