On Monday, 30 January 2006, at 22:14:24 (+0900),
David Stevenson wrote:

> -EAPI void *
> > -e_modapi_init(E_Module *module)
> > +EAPI void          *
> > +e_modapi_init(E_Module * module)
> > {
> > -   Monitor *monitor;
> > +   Monitor            *monitor;
> >
> > -   /* Set up module's message catalogue */
> > -   bindtextdomain(PACKAGE, LOCALEDIR);
> > -   bind_textdomain_codeset(PACKAGE, "UTF-8");
> > -
> >     /* actually init buttons */
> >     monitor = _monitor_new();
> >     module->config_menu = monitor->config_menu;
> > @@ -66,24 +74,24 @@
> 
> 
> Out go the i18n changes with them nasty tabs!

I don't see how that happened.  All I did was run "indent" on the code
and commit it.  And yes, I updated first.

> Out of curiosity, is a tool (fmt or something?) being used to do
> this?  Might have to be careful of breaking the gettext _() macro
> like this, if that's the case.

indent.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/       Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
 "So when I'm far away, I will always be with you.  You will never be
  alone.  So if you feel the need, take my hand and share this night.
  It will be Eternity." 
                      -- Blessid Union of Souls, "Forever for Tonight"


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to