elm_test: Fixed formatting. tab to space.

Changed tab to space before working on the code.
Kinda surprised by the number of tabs we had.
This commit is contained in:
Daniel Juyung Seo 2013-10-14 14:40:35 +09:00
parent 1c13965658
commit 6397761c6a
28 changed files with 264 additions and 264 deletions

View File

@ -321,8 +321,8 @@ main(int argc, char **argv)
len = sizeof(struct sockaddr_un);
fd = accept(sock, (struct sockaddr *)&client, &len);
elm_quicklaunch_sub_init(argc, argv);
// don't seed since we are doing this AFTER launch request
// elm_quicklaunch_seed();
// don't seed since we are doing this AFTER launch request
// elm_quicklaunch_seed();
if (fd >= 0)
{
unsigned long bytes;