Tabs: remove them

They have been known to crash some old compilers and have
severe performance penalties on non-power-of-two architectures
like the Chitauri 13-bit processors.

Tabs also cause eye strain, vomits, brain tumors and bad breath.
This commit is contained in:
Xavi Artigas 2020-02-12 10:44:06 +01:00
parent bcdfe21e9e
commit 3e88b3b9f9
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class @beta Efl.Io.Manager extends Efl.Loop_Consumer
params {
@in path: string;[[Path we want to list entries for]]
@in recursive: bool; [[If $true, list entries recursively, $false otherwise]]
info: EflIoDirectInfo; [[Callback called for each packet of @Eina.File_Direct_Info]]
info: EflIoDirectInfo; [[Callback called for each packet of @Eina.File_Direct_Info]]
}
return: future<uint64> @move; [[Amount of files found during the listing of the directory]]
}
@ -52,7 +52,7 @@ class @beta Efl.Io.Manager extends Efl.Loop_Consumer
params {
@in path: string;[[Path we want to list entries for]]
@in recursive: bool; [[If $true, list entries recursively, $false otherwise]]
info: EflIoDirectInfo; [[Callback called for each packet of @Eina.File_Direct_Info]]
info: EflIoDirectInfo; [[Callback called for each packet of @Eina.File_Direct_Info]]
}
return: future<uint64> @move; [[Amount of files found during the listing of the directory]]
}