Browse Source

fixed indentation

Drew Gulino 11 years ago
parent
commit
83eb0a8962
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/filter_lib/erlydtl_dateformat.erl

+ 1 - 1
src/filter_lib/erlydtl_dateformat.erl

@@ -305,7 +305,7 @@ tag_to_value(C, Date, Time) ->
 
 
 % Date helper functions
 % Date helper functions
 day_of_year(Y,M,D) ->
 day_of_year(Y,M,D) ->
-       day_of_year(Y,M,D,0).
+   day_of_year(Y,M,D,0).
 day_of_year(_Y,M,D,Count) when M =< 1 ->
 day_of_year(_Y,M,D,Count) when M =< 1 ->
    D + Count;
    D + Count;
 day_of_year(Y,M,D,Count) when M =< 12 ->
 day_of_year(Y,M,D,Count) when M =< 12 ->