You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by Jukka Zitting <ju...@gmail.com> on 2007/10/05 10:48:13 UTC

Re: svn commit: r581010 - in /incubator/tika/trunk: ./ src/main/java/org/apache/tika/parser/msexcel/ src/main/java/org/apache/tika/parser/mspowerpoint/ src/main/java/org/apache/tika/parser/msword/ src/main/java/org/apache/tika/utils/ src/main/resourc

Hi,

On 10/1/07, ridabenjelloun@apache.org <ri...@apache.org> wrote:
> Author: ridabenjelloun
> Date: Mon Oct  1 09:40:06 2007
> New Revision: 581010
> [...]
> -    protected String parse(InputStream stream, Iterable<Content> contents)
> -            throws IOException, TikaException {
> -        try {
> [...]
> +       protected String parse(InputStream stream, Iterable<Content> contents)
> +                       throws IOException, TikaException {
> +               try {

etc.

You're using tabs for indentation, which makes the diffs against code
that uses spaces for indentation contain lots of irrelevant stuff.

Could we standardize on using spaces for indentation everywhere?

BR,

Jukka Zitting