r23355 - gnucash/trunk/src - Some white space and comment improvements

Geert Janssens gjanssens at code.gnucash.org
Tue Oct 29 16:53:21 EDT 2013


Author: gjanssens
Date: 2013-10-29 16:53:21 -0400 (Tue, 29 Oct 2013)
New Revision: 23355
Trac: http://svn.gnucash.org/trac/changeset/23355

Modified:
   gnucash/trunk/src/html/gnc-html-extras.h
   gnucash/trunk/src/libqof/qof/gnc-date.h
   gnucash/trunk/src/report/standard-reports/Makefile.am
Log:
Some white space and comment improvements

Modified: gnucash/trunk/src/html/gnc-html-extras.h
===================================================================
--- gnucash/trunk/src/html/gnc-html-extras.h	2013-10-29 20:53:09 UTC (rev 23354)
+++ gnucash/trunk/src/html/gnc-html-extras.h	2013-10-29 20:53:21 UTC (rev 23355)
@@ -29,21 +29,21 @@
 
 typedef gchar* URLType;
 
-#define URL_TYPE_FILE	"file"
-#define URL_TYPE_JUMP	"jump"
-#define URL_TYPE_HTTP	"http"
-#define URL_TYPE_FTP	"ftp"
-#define URL_TYPE_SECURE	"secure"
-#define URL_TYPE_REGISTER	"register"   /* for gnucash register popups */
-#define URL_TYPE_ACCTTREE	"accttree"   /* for account tree windows */
-#define URL_TYPE_REPORT	"report"     /* for gnucash report popups */
-#define URL_TYPE_OPTIONS	"options"    /* for editing report options */
-#define URL_TYPE_SCHEME	"scheme"     /* for scheme code evaluation */
-#define URL_TYPE_HELP	"help"       /* for a gnucash help window */
-#define URL_TYPE_XMLDATA	"xmldata"    /* links to gnucash XML data files */
-#define URL_TYPE_PRICE	"price"      /* for price editor popups */
-#define URL_TYPE_OTHER	"other"
-#define URL_TYPE_BUDGET "budget"
+#define URL_TYPE_FILE       "file"
+#define URL_TYPE_JUMP       "jump"
+#define URL_TYPE_HTTP       "http"
+#define URL_TYPE_FTP        "ftp"
+#define URL_TYPE_SECURE     "secure"
+#define URL_TYPE_REGISTER   "register"   /* for gnucash register popups */
+#define URL_TYPE_ACCTTREE   "accttree"   /* for account tree windows */
+#define URL_TYPE_REPORT     "report"     /* for gnucash report popups */
+#define URL_TYPE_OPTIONS    "options"    /* for editing report options */
+#define URL_TYPE_SCHEME     "scheme"     /* for scheme code evaluation */
+#define URL_TYPE_HELP       "help"       /* for a gnucash help window */
+#define URL_TYPE_XMLDATA    "xmldata"    /* links to gnucash XML data files */
+#define URL_TYPE_PRICE      "price"      /* for price editor popups */
+#define URL_TYPE_OTHER      "other"
+#define URL_TYPE_BUDGET     "budget"
 
 gchar* gnc_build_url( URLType type, const gchar* location, const gchar* label );
 

Modified: gnucash/trunk/src/libqof/qof/gnc-date.h
===================================================================
--- gnucash/trunk/src/libqof/qof/gnc-date.h	2013-10-29 20:53:09 UTC (rev 23354)
+++ gnucash/trunk/src/libqof/qof/gnc-date.h	2013-10-29 20:53:21 UTC (rev 23355)
@@ -588,7 +588,7 @@
     tm->tm_isdst = -1;
 }
 
-/** The gnc_tm_set_day_start() inline routine will set the appropriate
+/** The gnc_tm_set_day_middle() inline routine will set the appropriate
  *  fields in the struct tm to indicate noon of that day.  This
  *  routine assumes that the contents of the data structure is already
  *  in normalized form.*/
@@ -603,7 +603,7 @@
     tm->tm_isdst = -1;
 }
 
-/** The gnc_tm_set_day_start() inline routine will set the appropriate
+/** The gnc_tm_set_day_end() inline routine will set the appropriate
  *  fields in the struct tm to indicate the last second of that day.
  *  This routine assumes that the contents of the data structure is
  *  already in normalized form.*/

Modified: gnucash/trunk/src/report/standard-reports/Makefile.am
===================================================================
--- gnucash/trunk/src/report/standard-reports/Makefile.am	2013-10-29 20:53:09 UTC (rev 23354)
+++ gnucash/trunk/src/report/standard-reports/Makefile.am	2013-10-29 20:53:21 UTC (rev 23355)
@@ -40,14 +40,14 @@
    equity-statement.scm \
    general-journal.scm \
    general-ledger.scm \
-	 income-statement.scm \
-	 net-barchart.scm \
+   income-statement.scm \
+   net-barchart.scm \
    net-linechart.scm \
-	 portfolio.scm \
+   portfolio.scm \
    price-scatter.scm \
    register.scm \
    sx-summary.scm \
-	 trial-balance.scm \
+   trial-balance.scm \
    transaction.scm
 
 



More information about the gnucash-changes mailing list