mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -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 ... */
|
||||
QofBackend *backend;
|
||||
|
||||
/* A cached value of the OPTION_NAME_NUM_FIELD_SOURCE option value because
|
||||
* it is queried quite a lot, so we want to avoid a KVP lookup on each query
|
||||
*/
|
||||
/* A cached value of the OPTION_NAME_NUM_FIELD_SOURCE option value
|
||||
* because it is queried quite a lot, so we want to avoid a KVP
|
||||
* lookup on each query */
|
||||
gboolean cached_num_field_source;
|
||||
/* Whether the above cached value is valid. */
|
||||
gboolean cached_num_field_source_isvalid;
|
||||
|
||||
/* A cahed value of the "autoreadonly-days" option value because it is
|
||||
* queried quite a lot, so we want to avoid a KVP lookup on each query */
|
||||
/* A cahed value of the "autoreadonly-days" option value because
|
||||
* it is queried quite a lot, so we want to avoid a KVP lookup on
|
||||
* each query */
|
||||
gint cached_num_days_autoreadonly;
|
||||
/* Whether the above cached value is valid. */
|
||||
gboolean cached_num_days_autoreadonly_isvalid;
|
||||
|
Loading…
Reference in New Issue
Block a user