Commit 16951e43 authored by osku's avatar osku

The code base was reindented in r763 and automatic .emacs indentation

settings introduced. Some problems were found, so from this commit on one
additional indentation rule is introduced:

 (add-to-list 'c-offsets-alist '(arglist-intro . +))

Note that fixing some of the unfortunate line-splits done in r764 will be
done in a future change.
parent d78ba5f3
......@@ -876,7 +876,7 @@ dict_table_add_to_cache(
#error "DATA_N_SYS_COLS != 3"
#endif
/* The lower limit for what we consider a "big" row */
/* The lower limit for what we consider a "big" row */
#define BIG_ROW_SIZE 1024
row_len = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment