瀏覽代碼

* fcl-db: cosmetic

git-svn-id: trunk@26170 -
reiniero 12 年之前
父節點
當前提交
148d262a6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/base/bufdataset.pas

+ 1 - 1
packages/fcl-db/src/base/bufdataset.pas

@@ -1716,7 +1716,7 @@ begin
 end;
 
 procedure TCustomBufDataset.AddIndex(const AName, AFields : string; AOptions : TIndexOptions; const ADescFields: string = '';
-                               const ACaseInsFields: string = '');
+  const ACaseInsFields: string = '');
 begin
   CheckBiDirectional;
   if AFields='' then DatabaseError(SNoIndexFieldNameGiven);