]> git.sesse.net Git - vlc/log
vlc
14 years agotest: Fix media_list_player test. (Make sure we stop before releasing).
Pierre d'Herbemont [Thu, 7 Jan 2010 13:11:13 +0000 (14:11 +0100)]
test: Fix media_list_player test. (Make sure we stop before releasing).

14 years agomedia_list_player: Don't stop automatically.
Pierre d'Herbemont [Thu, 7 Jan 2010 13:10:09 +0000 (14:10 +0100)]
media_list_player: Don't stop automatically.

We don't want to release the resources associated to the media player, unless user specify it.

14 years agotest: Remove trailing spaces in media_list_player.c.
Pierre d'Herbemont [Thu, 7 Jan 2010 13:07:00 +0000 (14:07 +0100)]
test: Remove trailing spaces in media_list_player.c.

14 years agomedia_list_player: Remove trailing whitespaces.
Pierre d'Herbemont [Thu, 7 Jan 2010 13:06:24 +0000 (14:06 +0100)]
media_list_player: Remove trailing whitespaces.

14 years agovout_macosx: Remove trailing spaces.
Pierre d'Herbemont [Thu, 7 Jan 2010 12:25:17 +0000 (13:25 +0100)]
vout_macosx: Remove trailing spaces.

And a debug code.

14 years agoFixed uninitialized value.
Laurent Aimar [Thu, 7 Jan 2010 07:29:26 +0000 (08:29 +0100)]
Fixed uninitialized value.

14 years agofrenchtv: Add a new lua "art finder".
Pierre d'Herbemont [Thu, 7 Jan 2010 01:34:26 +0000 (02:34 +0100)]
frenchtv: Add a new lua "art finder".

This will download the free to use original recreation of french
channels logo by Cyril Bourreau.

Note, we can mirror them eventually. (Explicit authorization from the
author).

14 years agoAllow lua "meta reader" and implement a meta reader from filename.
Pierre d'Herbemont [Thu, 7 Jan 2010 00:07:02 +0000 (01:07 +0100)]
Allow lua "meta reader" and implement a meta reader from filename.

"filename.lua"
  will check if the file name respects the following form:
    "Show.Name S19E01-jde.DEf.avi"
  upon success, it will fill the show name, the episode number and
  season number in the meta data.
  It will also set the title to "Show Name S19E01"

14 years agometa reader: Always run if we don't have meta from access or demux.
Pierre d'Herbemont [Thu, 7 Jan 2010 00:02:10 +0000 (01:02 +0100)]
meta reader: Always run if we don't have meta from access or demux.

14 years agometa reader: Add the input_item that we are reading in the structure.
Pierre d'Herbemont [Thu, 7 Jan 2010 00:01:28 +0000 (01:01 +0100)]
meta reader: Add the input_item that we are reading in the structure.

14 years agolua: assert that we have an item.
Pierre d'Herbemont [Wed, 6 Jan 2010 23:57:30 +0000 (00:57 +0100)]
lua: assert that we have an item.

14 years agoRevert "Make sure LUA RC has lower priority than classic RC"
Antoine Cellerier [Wed, 6 Jan 2010 22:31:50 +0000 (23:31 +0100)]
Revert "Make sure LUA RC has lower priority than classic RC"

This reverts commit 281d4f3a253714a48062d4c34d88c1be13260448.

Please discuss those bugs with me before reverting. If you really need, use -I oldrc instead of this non constructive disabling of new code we desperately need people to test.

14 years agoRemove use of select/poll timeouts in lua rc and telnet interfaces.
Antoine Cellerier [Wed, 6 Jan 2010 22:30:14 +0000 (23:30 +0100)]
Remove use of select/poll timeouts in lua rc and telnet interfaces.

14 years agoRevert "Remove http shortcut from LUA"
Antoine Cellerier [Wed, 6 Jan 2010 21:35:53 +0000 (22:35 +0100)]
Revert "Remove http shortcut from LUA"

This reverts commit 4e77528cbbb723620625515f1de30497d9a27ec4.

Lua http doesn't poll at all.

14 years agofix comment.
Antoine Cellerier [Tue, 5 Jan 2010 21:34:42 +0000 (22:34 +0100)]
fix comment.

14 years agoinput/es_out.c: fix INPUT_ADD_INFO after meta changes
Ilkka Ollakka [Wed, 6 Jan 2010 21:57:47 +0000 (23:57 +0200)]
input/es_out.c: fix INPUT_ADD_INFO after meta changes

14 years agoXDG screensaver: call waitpid immediately
Rémi Denis-Courmont [Wed, 6 Jan 2010 20:50:05 +0000 (22:50 +0200)]
XDG screensaver: call waitpid immediately

This requires one more thread :( but at least people won't report bug
about VLC leaving a defunct child process... Even though I doubt it
would have been a real problem.

14 years agoRemove unused modules_t.b_reentrant
Rémi Denis-Courmont [Wed, 6 Jan 2010 20:27:38 +0000 (22:27 +0200)]
Remove unused modules_t.b_reentrant

14 years agoMake shine really not re-entrant
Rémi Denis-Courmont [Wed, 6 Jan 2010 20:25:58 +0000 (22:25 +0200)]
Make shine really not re-entrant

14 years agoFix compilation
Christophe Mutricy [Wed, 6 Jan 2010 20:20:55 +0000 (20:20 +0000)]
Fix compilation

Fix 9a00da44cb60b01b142ae1a9a333833cf1fb0ab6

14 years agoPut the exported functions in the shared lib
Christophe Mutricy [Wed, 6 Jan 2010 20:18:43 +0000 (20:18 +0000)]
Put the exported functions in the shared lib

14 years agoRemove http shortcut from LUA
Rémi Denis-Courmont [Wed, 6 Jan 2010 20:00:31 +0000 (22:00 +0200)]
Remove http shortcut from LUA

LUA http is bugggy and polls the system every second.

14 years agoMake sure LUA RC has lower priority than classic RC
Rémi Denis-Courmont [Wed, 6 Jan 2010 19:59:39 +0000 (21:59 +0200)]
Make sure LUA RC has lower priority than classic RC

LUA RC is buggy and polls the system every second.

14 years agofix the fetching of the total time of the media loaded, and small optimization when...
Martin T. H. Sandsmark [Wed, 6 Jan 2010 19:40:52 +0000 (20:40 +0100)]
fix the fetching of the total time of the media loaded, and small optimization when loading media

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoConfigure alignement and typos
Jean-Baptiste Kempf [Wed, 6 Jan 2010 16:24:37 +0000 (17:24 +0100)]
Configure alignement and typos

14 years agovlc_meta_status_e->int by popular request.
Pierre d'Herbemont [Wed, 6 Jan 2010 16:18:19 +0000 (17:18 +0100)]
vlc_meta_status_e->int by popular request.

14 years agovlc_meta: Define properly ITEM_ART_FETCHED and ITEM_ART_NOTFOUND
Pierre d'Herbemont [Wed, 6 Jan 2010 16:16:09 +0000 (17:16 +0100)]
vlc_meta: Define properly ITEM_ART_FETCHED and ITEM_ART_NOTFOUND

14 years agoFix build.
Pierre d'Herbemont [Wed, 6 Jan 2010 16:14:54 +0000 (17:14 +0100)]
Fix build.

14 years agoRevert "tmp"
Pierre d'Herbemont [Wed, 6 Jan 2010 15:51:29 +0000 (16:51 +0100)]
Revert "tmp"

This reverts commit de56dfd5390f69d9a9ab2a431bb055463eb749a7.

14 years agovlc_meta: C++ doesn't like bitmask with enum said Laurent. This shouldn't be used...
Pierre d'Herbemont [Wed, 6 Jan 2010 15:49:33 +0000 (16:49 +0100)]
vlc_meta: C++ doesn't like bitmask with enum said Laurent. This shouldn't be used in module, but...

14 years agotmp
Pierre d'Herbemont [Wed, 6 Jan 2010 15:38:32 +0000 (16:38 +0100)]
tmp

14 years agoThis shouldn't have been pushed.
Pierre d'Herbemont [Wed, 6 Jan 2010 15:35:26 +0000 (16:35 +0100)]
This shouldn't have been pushed.

14 years agolua: Add the possibility to expose vlc.item.
Pierre d'Herbemont [Wed, 6 Jan 2010 15:06:35 +0000 (16:06 +0100)]
lua: Add the possibility to expose vlc.item.

Also support multiple meta data, and the "filename" meta data as well.

14 years agometa: Make vlc_meta_t an opaque structure and move a bunch of static inline function...
Pierre d'Herbemont [Wed, 6 Jan 2010 15:04:12 +0000 (16:04 +0100)]
meta: Make vlc_meta_t an opaque structure and move a bunch of static inline function to their private .c files.

14 years agodirs_macos: When running from command line there is no bundle identifier by default.
Pierre d'Herbemont [Wed, 6 Jan 2010 15:02:15 +0000 (16:02 +0100)]
dirs_macos: When running from command line there is no bundle identifier by default.

14 years agomacosx/framework: Only create the NSImage corresponding to the artwork if asked.
Pierre d'Herbemont [Tue, 5 Jan 2010 17:44:29 +0000 (18:44 +0100)]
macosx/framework: Only create the NSImage corresponding to the artwork if asked.

14 years agodavinci contribs: give cpu type to ffmpeg's configure
Rafaël Carré [Wed, 6 Jan 2010 15:20:03 +0000 (16:20 +0100)]
davinci contribs: give cpu type to ffmpeg's configure

14 years agoobjects: use fputs/fputc if there is nothing to format
Rémi Denis-Courmont [Wed, 6 Jan 2010 14:07:51 +0000 (16:07 +0200)]
objects: use fputs/fputc if there is nothing to format

14 years agovariables: use a binary search tree instead of a table
Rémi Denis-Courmont [Wed, 6 Jan 2010 14:05:15 +0000 (16:05 +0200)]
variables: use a binary search tree instead of a table

This makes insertion/deletion faster, and saves a lot of code

14 years agovlc_tdestroy: safe replacement for GNU tdestroy()
Rémi Denis-Courmont [Wed, 6 Jan 2010 12:20:33 +0000 (14:20 +0200)]
vlc_tdestroy: safe replacement for GNU tdestroy()

14 years agoRevert "compat: implement tdestroy (GNU extension not available on OpenBSD)."
Rémi Denis-Courmont [Wed, 6 Jan 2010 12:22:34 +0000 (14:22 +0200)]
Revert "compat: implement tdestroy (GNU extension not available on OpenBSD)."

This reverts commit 714d6155710c201562f2cdd78127c2fc59aebf43.

Conflicts:

compat/tdestroy.c
include/vlc_fixups.h

14 years agoFix make dist
Pierre Ynard [Wed, 6 Jan 2010 00:00:37 +0000 (01:00 +0100)]
Fix make dist

14 years agoi18n: remove deleted file
Pierre Ynard [Tue, 5 Jan 2010 23:27:45 +0000 (00:27 +0100)]
i18n: remove deleted file

14 years agoWinCE: fix window size in wing{d,ap}i video output again
Pierre Ynard [Tue, 5 Jan 2010 22:53:01 +0000 (23:53 +0100)]
WinCE: fix window size in wing{d,ap}i video output again

14 years agoCompilation fix (gapi).
Laurent Aimar [Tue, 5 Jan 2010 22:36:09 +0000 (23:36 +0100)]
Compilation fix (gapi).

14 years agoskins: cosmetics about previous patch (thanks ivoire)
Erwan Tulou [Tue, 5 Jan 2010 21:58:49 +0000 (22:58 +0100)]
skins: cosmetics about previous patch (thanks ivoire)

14 years agogapi compilation fixes (again).
Laurent Aimar [Tue, 5 Jan 2010 22:02:54 +0000 (23:02 +0100)]
gapi compilation fixes (again).

14 years agocontrib: uncompress gecko-sdk to the right place
Pierre Ynard [Tue, 5 Jan 2010 21:59:21 +0000 (22:59 +0100)]
contrib: uncompress gecko-sdk to the right place

14 years agoAnother gapi (msw) compilation fix.
Laurent Aimar [Tue, 5 Jan 2010 21:48:24 +0000 (22:48 +0100)]
Another gapi (msw) compilation fix.

14 years agoskins2: improve the way skins are listed
Erwan Tulou [Sat, 2 Jan 2010 22:05:53 +0000 (23:05 +0100)]
skins2: improve the way skins are listed

This patch fixes the following :
   - skins are now sorted alphabetically (Linux issue only)
   - the current skins is checked in list (instead of the first skins in list)

14 years agoHAVE_IF_NAMETOINDEX is not used
Rémi Denis-Courmont [Tue, 5 Jan 2010 21:08:34 +0000 (23:08 +0200)]
HAVE_IF_NAMETOINDEX is not used

14 years agosigrelse is not needed anymore
Rémi Denis-Courmont [Tue, 5 Jan 2010 21:07:35 +0000 (23:07 +0200)]
sigrelse is not needed anymore

14 years agoReally fix gapi compilation.
Laurent Aimar [Tue, 5 Jan 2010 21:01:49 +0000 (22:01 +0100)]
Really fix gapi compilation.

14 years agoXCB/window: missing keys
Rémi Denis-Courmont [Tue, 5 Jan 2010 21:00:24 +0000 (23:00 +0200)]
XCB/window: missing keys

14 years agoCompilation fixes (gapi, msw).
Laurent Aimar [Tue, 5 Jan 2010 20:58:10 +0000 (21:58 +0100)]
Compilation fixes (gapi, msw).

14 years agoMessages: missing const, fix Qt4 warning
Rémi Denis-Courmont [Tue, 5 Jan 2010 20:48:20 +0000 (22:48 +0200)]
Messages: missing const, fix Qt4 warning

14 years agoRevert "Revert "Removed old msw files.""
Laurent Aimar [Tue, 5 Jan 2010 20:09:37 +0000 (21:09 +0100)]
Revert "Revert "Removed old msw files.""

This reverts commit d98e43b1c635d2e91dc950536d75dcb0c2c1c8b2.

Sorry for the mess, missed it in the git rebase.

14 years agoAdded AlignRect helper (msw).
Laurent Aimar [Tue, 5 Jan 2010 19:58:09 +0000 (20:58 +0100)]
Added AlignRect helper (msw).

It applies hardware overlay constraints on a RECT.

14 years agoRevert "Removed old msw files."
Laurent Aimar [Tue, 5 Jan 2010 18:53:51 +0000 (19:53 +0100)]
Revert "Removed old msw files."

This reverts commit e145f5a5bb6d61d67a8b9a6d1a4f1b33976c8ff6.

14 years agoCosmetics (msw).
Laurent Aimar [Sun, 3 Jan 2010 21:08:26 +0000 (22:08 +0100)]
Cosmetics (msw).

14 years agoRemoved old msw files.
Laurent Aimar [Sun, 3 Jan 2010 21:06:11 +0000 (22:06 +0100)]
Removed old msw files.

14 years agoFixed vout display module wrapper with locked/unlocked picture pool.
Laurent Aimar [Sun, 3 Jan 2010 20:25:39 +0000 (21:25 +0100)]
Fixed vout display module wrapper with locked/unlocked picture pool.

14 years agoEnabled directx in "vout display" wrapper.
Laurent Aimar [Sun, 3 Jan 2010 14:49:36 +0000 (15:49 +0100)]
Enabled directx in "vout display" wrapper.

14 years agoConverted directx to "vout display".
Laurent Aimar [Sun, 3 Jan 2010 14:48:17 +0000 (15:48 +0100)]
Converted directx to "vout display".

14 years agoAdded var_InheritBool.
Laurent Aimar [Sun, 3 Jan 2010 21:14:18 +0000 (22:14 +0100)]
Added var_InheritBool.

14 years agoEnabled wingdi/wingapi in "vout display" wrapper.
Laurent Aimar [Sat, 26 Dec 2009 19:26:23 +0000 (20:26 +0100)]
Enabled wingdi/wingapi in "vout display" wrapper.

14 years agoConverted wingdi/wingapi to vout display.
Laurent Aimar [Sat, 26 Dec 2009 19:24:58 +0000 (20:24 +0100)]
Converted wingdi/wingapi to vout display.

14 years agoCosmetics (msw).
Laurent Aimar [Sat, 26 Dec 2009 19:21:52 +0000 (20:21 +0100)]
Cosmetics (msw).

14 years agocontrib: fix clean-up of libprojectM files
Pierre Ynard [Tue, 5 Jan 2010 19:13:46 +0000 (20:13 +0100)]
contrib: fix clean-up of libprojectM files

14 years agocontrib: fix aclocal files copying
Pierre Ynard [Tue, 5 Jan 2010 18:57:50 +0000 (19:57 +0100)]
contrib: fix aclocal files copying

14 years agocontrib: uncompress directx and dshow headers to the right place
Pierre Ynard [Tue, 5 Jan 2010 18:42:11 +0000 (19:42 +0100)]
contrib: uncompress directx and dshow headers to the right place

14 years agocore: correct memory leak
Erwan Tulou [Sat, 2 Jan 2010 22:09:36 +0000 (23:09 +0100)]
core: correct memory leak

var_Change with VLC_VAR_SETVALUE showed a memory leak when dealing with a STRING variable.
The pf_dup function must not be called directy with a parameter passed by the caller.
otherwise, a reference is lost (memory leak)

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agolld/llu => PRIi64/PRIu64
Rémi Duraffort [Tue, 5 Jan 2010 17:09:08 +0000 (18:09 +0100)]
lld/llu => PRIi64/PRIu64

14 years agoavio: lld => PRIi64.
Rémi Duraffort [Tue, 5 Jan 2010 17:00:06 +0000 (18:00 +0100)]
avio: lld => PRIi64.

14 years agoRAM: we need to allocate the decoded string
Rémi Denis-Courmont [Tue, 5 Jan 2010 16:18:32 +0000 (18:18 +0200)]
RAM: we need to allocate the decoded string

This fixes facce14d97f2d65e890ddac7ba0b4313dde817bf.

14 years agoContribs: use our copy for gsm tarball
Christophe Mutricy [Tue, 5 Jan 2010 13:23:13 +0000 (14:23 +0100)]
Contribs: use our copy for gsm tarball

Looks like upstream has left TU berlin and his public_html expired

14 years agoQt: Toggle playlist source on click
Francois Cartegnie [Fri, 25 Dec 2009 21:41:29 +0000 (22:41 +0100)]
Qt: Toggle playlist source on click

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoTypo correction: Replaced capital o with a 0 number.
Vicente Jimenez Aguilar [Tue, 5 Jan 2010 02:25:00 +0000 (03:25 +0100)]
Typo correction: Replaced capital o with a 0 number.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoBe sure to distribute the custom.lua file
Jean-Baptiste Kempf [Mon, 4 Jan 2010 23:46:03 +0000 (00:46 +0100)]
Be sure to distribute the custom.lua file

This will fix the launch of the web interface in lua on Windows.

14 years agoUse [[ ]] delimiter for string in order to prevent interpreting \ as an escape charac...
Antoine Cellerier [Mon, 4 Jan 2010 23:10:43 +0000 (00:10 +0100)]
Use [[ ]] delimiter for string in order to prevent interpreting \ as an escape character. This should help fix lua related issues on windows.

14 years agovout_macosx: Backport 9c21b7ec34ef07a4f4c6b5e9dc4625ad02456bfb. (Suppress flashes...
Pierre d'Herbemont [Mon, 4 Jan 2010 11:14:55 +0000 (12:14 +0100)]
vout_macosx: Backport 9c21b7ec34ef07a4f4c6b5e9dc4625ad02456bfb. (Suppress flashes in Split Views).

14 years agomacosx_dialog_provider: Upon cancel, set the progress bar to indeterminate.
Pierre d'Herbemont [Mon, 4 Jan 2010 10:48:11 +0000 (11:48 +0100)]
macosx_dialog_provider: Upon cancel, set the progress bar to indeterminate.

14 years agomacosx_dialog_provider: It's ok to have a nil object as *parameter*.
Pierre d'Herbemont [Mon, 4 Jan 2010 10:36:49 +0000 (11:36 +0100)]
macosx_dialog_provider: It's ok to have a nil object as *parameter*.

14 years agoHappy new year
Christophe Mutricy [Mon, 4 Jan 2010 20:57:33 +0000 (20:57 +0000)]
Happy new year

14 years agoJACK input support for jack2
Adrian Knoth [Mon, 8 Jun 2009 16:05:29 +0000 (18:05 +0200)]
JACK input support for jack2

When you try to capture from JACK, this is only possible with the
"oldstyle" jackd-0.x. If you want to use the newer, SMP-capable jack2,
the VLC inputs cannot be connected:

Cannot connect ports owned by inactive clients: "vlc-input-26611" is not
active
Cannot connect ports owned by inactive clients: "vlc-input-26611" is not
active

Unlike jack1, jack2 expects the process callback function to return 0.

The attached patch fixes this problem. It's been already fixed the same
way in the jack output plugin (see modules/audio_output/jack.c:290).

Taken from Debian bug #532339
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532339)

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoCorrectly handle YUV 422 packed in ripple and wave
Antoine Cellerier [Mon, 4 Jan 2010 22:38:34 +0000 (23:38 +0100)]
Correctly handle YUV 422 packed in ripple and wave

It's a bit blocky but a lot easier than a pixel perfect fix.

14 years agoAdd colorthres support for YUV 422 packed.
Antoine Cellerier [Mon, 4 Jan 2010 22:23:19 +0000 (23:23 +0100)]
Add colorthres support for YUV 422 packed.

14 years agoUse %4.4s instead of %4s for fourccs cast to char *.
Antoine Cellerier [Mon, 4 Jan 2010 22:05:36 +0000 (23:05 +0100)]
Use %4.4s instead of %4s for fourccs cast to char *.

14 years agoNEWS: .midi on Windows.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 22:38:26 +0000 (23:38 +0100)]
NEWS: .midi on Windows.

14 years agoMono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat
Jean-Baptiste Kempf [Mon, 4 Jan 2010 22:36:25 +0000 (23:36 +0100)]
Mono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat

14 years agozsh_completion.sh: remove automatic install
Rafaël Carré [Mon, 4 Jan 2010 22:29:31 +0000 (23:29 +0100)]
zsh_completion.sh: remove automatic install

instead print where the script should be for zsh to find it
some cleaning of the script & its output

14 years agoRemove --disable-cddax from the win32 configure line
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:46:58 +0000 (21:46 +0100)]
Remove --disable-cddax from the win32 configure line

14 years agoRe-add --enable-cddb removed too fast in [f5aed5af0a244007a9476657dc9a553e99301168]
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:45:40 +0000 (21:45 +0100)]
Re-add --enable-cddb removed too fast in [f5aed5af0a244007a9476657dc9a553e99301168]

14 years agoGLX Xlib module is dead too.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:38:23 +0000 (21:38 +0100)]
GLX Xlib module is dead too.

14 years agoMerge NEWS from 1.0-branch
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:35:34 +0000 (21:35 +0100)]
Merge NEWS from 1.0-branch

14 years agoBetter NEWS about the removal of modules
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:32:19 +0000 (21:32 +0100)]
Better NEWS about the removal of modules

14 years agoRemove CMML module.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:29:18 +0000 (21:29 +0100)]
Remove CMML module.

No maintainer showed up. It is broken in many ways and there is virtually no streams using that...

14 years agoRemove qnx modules.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:25:31 +0000 (21:25 +0100)]
Remove qnx modules.

Unmaintained and no maintainer showed up

14 years agoRemove CDDAX module
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:20:21 +0000 (21:20 +0100)]
Remove CDDAX module

No maintainer, buggy code and no major feature in.
Sorry guys

14 years agoFix indentation.
Antoine Cellerier [Wed, 30 Dec 2009 15:14:00 +0000 (16:14 +0100)]
Fix indentation.