ruby: be consistent with notmuch's coding style

No functional change, just indentation
This commit is contained in:
Ali Polatel 2011-10-04 16:41:52 +03:00
parent 898613116d
commit 05dddf883d
13 changed files with 593 additions and 595 deletions

View file

@ -71,8 +71,7 @@ notmuch_rb_database_initialize(int argc, VALUE *argv, VALUE self)
rb_raise ( rb_eTypeError, "Invalid mode"); rb_raise ( rb_eTypeError, "Invalid mode");
} }
} }
} } else {
else {
create = 0; create = 0;
mode = NOTMUCH_DATABASE_MODE_READ_ONLY; mode = NOTMUCH_DATABASE_MODE_READ_ONLY;
} }

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,6 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# coding: utf-8 # coding: utf-8
# vim: set sw=2 sts=2 et nowrap fenc=utf-8 : # Copyright 2010, 2011 Ali Polatel <alip@exherbo.org>
# Copyright 2010 Ali Polatel <alip@exherbo.org>
# Distributed under the terms of the GNU General Public License v3 # Distributed under the terms of the GNU General Public License v3
require 'mkmf' require 'mkmf'

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library /* The Ruby interface to the notmuch mail library
* *
* Copyright © 2010 Ali Polatel * Copyright © 2010, 2011 Ali Polatel
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by