Cleanup double semicolons at the end of source lines

From: Petr Jelinek <petr(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Cleanup double semicolons at the end of source lines
Date: 2015-03-31 02:25:18
Message-ID: 551A058E.4030408@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While reading the code I noticed couple of double semicolons at the end
of lines so I searched for all of them and replaced them with single
ones. The resulting diff is attached.

--
Petr Jelinek http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
remove-double-semicolons.diff text/x-diff 4.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2015-03-31 03:10:26 Re: What exactly is our CRC algorithm?
Previous Message Tatsuo Ishii 2015-03-31 02:24:00 Re: Streaming replication