Skip to content

Commit

Permalink
Use the right number of spaces for indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeboard committed Feb 9, 2014
1 parent 89e4ad4 commit 38c8f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/create_eventlog_table.sql
Expand Up @@ -22,10 +22,10 @@ END; $$;
-- a function to help in doing inserts
CREATE OR REPLACE FUNCTION insert_eventlog
(
et varchar(200),
er varchar(200),
ur varchar(200),
d varchar
et varchar(200),
er varchar(200),
ur varchar(200),
d varchar
) RETURNS int AS $$

INSERT INTO eventlog (event_type, ext_ref, user_ref, data)
Expand Down

0 comments on commit 38c8f39

Please sign in to comment.