mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
White space removal and change tabs to spaces in qofbook.cpp/h
This commit is contained in:
parent
fd750a22eb
commit
2dcb316280
@ -148,15 +148,16 @@ struct _QofBook
|
|||||||
* from the session. Better solutions welcome ... */
|
* from the session. Better solutions welcome ... */
|
||||||
QofBackend *backend;
|
QofBackend *backend;
|
||||||
|
|
||||||
/* A cached value of the OPTION_NAME_NUM_FIELD_SOURCE option value because
|
/* A cached value of the OPTION_NAME_NUM_FIELD_SOURCE option value
|
||||||
* it is queried quite a lot, so we want to avoid a KVP lookup on each query
|
* because it is queried quite a lot, so we want to avoid a KVP
|
||||||
*/
|
* lookup on each query */
|
||||||
gboolean cached_num_field_source;
|
gboolean cached_num_field_source;
|
||||||
/* Whether the above cached value is valid. */
|
/* Whether the above cached value is valid. */
|
||||||
gboolean cached_num_field_source_isvalid;
|
gboolean cached_num_field_source_isvalid;
|
||||||
|
|
||||||
/* A cahed value of the "autoreadonly-days" option value because it is
|
/* A cahed value of the "autoreadonly-days" option value because
|
||||||
* queried quite a lot, so we want to avoid a KVP lookup on each query */
|
* it is queried quite a lot, so we want to avoid a KVP lookup on
|
||||||
|
* each query */
|
||||||
gint cached_num_days_autoreadonly;
|
gint cached_num_days_autoreadonly;
|
||||||
/* Whether the above cached value is valid. */
|
/* Whether the above cached value is valid. */
|
||||||
gboolean cached_num_days_autoreadonly_isvalid;
|
gboolean cached_num_days_autoreadonly_isvalid;
|
||||||
|
Loading…
Reference in New Issue
Block a user