mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
libtuxtxt: whitespace cleanup; leading eight spaces => tab
Origin commit data
------------------
Commit: 6e1f4d2242
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Origin message was:
------------------
- libtuxtxt: whitespace cleanup; leading eight spaces => tab
This commit is contained in:
@@ -1109,7 +1109,9 @@ void eval_l25()
|
||||
printf("=== %03x/%02x %d/%d===\n", tuxtxt_cache.page, tuxtxt_cache.subpage,tuxtxt_cache.astCachetable[tuxtxt_cache.page][tuxtxt_cache.subpage]->pageinfo.nationalvalid,tuxtxt_cache.astCachetable[tuxtxt_cache.page][tuxtxt_cache.subpage]->pageinfo.national);
|
||||
#endif
|
||||
|
||||
#if 0 //TUXTXT_DEBUG I don't think we need this any longer because this code is unreachable (HexPages are handled before eval_l25() is called)
|
||||
#if 0
|
||||
//TUXTXT_DEBUG
|
||||
//I don't think we need this any longer because this code is unreachable (HexPages are handled before eval_l25() is called)
|
||||
if (pageinfo->function == FUNC_MOT) /* magazine organization table */
|
||||
{
|
||||
int i;
|
||||
@@ -2403,7 +2405,8 @@ int GetTeletextPIDs()
|
||||
pid_table[pids_found].national_subset = NAT_DEFAULT; /* use default charset */
|
||||
}
|
||||
|
||||
#if 1 // TUXTXT_DEBUG
|
||||
#if 1
|
||||
// TUXTXT_DEBUG
|
||||
printf("TuxTxt <Service #%d %04x pid %04x Country code \"%3s\" national subset %2d%s>\n",
|
||||
pids_found,
|
||||
pid_table[pids_found].service_id,
|
||||
@@ -3484,7 +3487,8 @@ void PageInput(int Number)
|
||||
{
|
||||
tuxtxt_cache.subpage = subp;
|
||||
tuxtxt_cache.pageupdate = 1;
|
||||
#if 1 //TUXTXT_DEBUG
|
||||
#if 1
|
||||
//TUXTXT_DEBUG
|
||||
printf("TuxTxt <DirectInput: %.3X-%.2X>\n", tuxtxt_cache.page, tuxtxt_cache.subpage);
|
||||
#endif
|
||||
}
|
||||
@@ -4005,7 +4009,8 @@ void SwitchTranspMode()
|
||||
SwitchScreenMode(0); /* turn off divided screen */
|
||||
}
|
||||
/* toggle mode */
|
||||
#if 0 // transparent first
|
||||
#if 0
|
||||
// transparent first
|
||||
if (transpmode == 2)
|
||||
transpmode = 0;
|
||||
else
|
||||
@@ -6174,11 +6179,3 @@ int GetRCCode()
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Local Variables: */
|
||||
/* indent-tabs-mode:t */
|
||||
/* tab-width:3 */
|
||||
/* c-basic-offset:3 */
|
||||
/* comment-column:0 */
|
||||
/* fill-column:120 */
|
||||
/* End: */
|
||||
|
Reference in New Issue
Block a user