fix misleading indentation
Mostly to shut up the compiler, but some real bugs hidden in there.
This commit is contained in:
@@ -364,7 +364,7 @@ schedule_appt(Calendar *c, Dtcm_appointment *a) {
|
||||
set_message(c->message_text, "");
|
||||
if ( rc == 2)
|
||||
return 0;
|
||||
return -1;
|
||||
return -1;
|
||||
}
|
||||
} else {
|
||||
if (!t->frame)
|
||||
|
||||
@@ -63,7 +63,8 @@ _DtCm_rtable_lookup_2_svc (Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -85,7 +86,8 @@ _DtCm_rtable_lookup_next_larger_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -107,7 +109,8 @@ _DtCm_rtable_lookup_next_smaller_2_svc(Table_Args_2 *args, struct svc_req *svcrq
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -130,7 +133,8 @@ _DtCm_rtable_lookup_range_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -152,7 +156,8 @@ _DtCm_rtable_abbreviated_lookup_range_2_svc(Table_Args_2 *args, struct svc_req *
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -174,7 +179,8 @@ _DtCm_rtable_insert_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -196,7 +202,8 @@ _DtCm_rtable_delete_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tabledelargs2_to_tabledelargs4(args, do_all_4);
|
||||
if(newargs) {
|
||||
@@ -216,7 +223,8 @@ _DtCm_rtable_delete_instance_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tabledelargs2_to_tabledelargs4(args, do_one_4);
|
||||
if(newargs) {
|
||||
@@ -237,7 +245,8 @@ _DtCm_rtable_change_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -259,7 +268,8 @@ _DtCm_rtable_change_instance_2_svc(Table_Args_2 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -281,7 +291,8 @@ _DtCm_rtable_lookup_next_reminder_2_svc(Table_Args_2 *args, struct svc_req *svcr
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs2_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -427,7 +438,8 @@ _DtCm_rtable_get_access_2_svc(Access_Args_2 *args, struct svc_req *svcrq)
|
||||
Access_Args_4 *newargs;
|
||||
Access_Args_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free((xdrproc_t)_DtCm_xdr_Access_Args_2, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free((xdrproc_t)_DtCm_xdr_Access_Args_2, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_accargs2_to_accargs4(args);
|
||||
if(newargs) {
|
||||
|
||||
@@ -63,7 +63,8 @@ _DtCm_rtable_lookup_3_svc (Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -84,7 +85,8 @@ _DtCm_rtable_lookup_next_larger_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -105,7 +107,8 @@ _DtCm_rtable_lookup_next_smaller_3_svc(Table_Args_3 *args, struct svc_req *svcrq
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -126,7 +129,8 @@ _DtCm_rtable_lookup_range_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -147,7 +151,8 @@ _DtCm_rtable_abbreviated_lookup_range_3_svc(Table_Args_3 *args, struct svc_req *
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -168,7 +173,8 @@ _DtCm_rtable_insert_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -189,7 +195,8 @@ _DtCm_rtable_delete_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tabledelargs3_to_tabledelargs4(args, do_all_4);
|
||||
if(newargs) {
|
||||
@@ -210,7 +217,8 @@ _DtCm_rtable_delete_instance_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tabledelargs3_to_tabledelargs4(args, do_one_4);
|
||||
if(newargs) {
|
||||
@@ -231,7 +239,8 @@ _DtCm_rtable_change_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -253,7 +262,8 @@ _DtCm_rtable_change_instance_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -275,7 +285,8 @@ _DtCm_rtable_lookup_next_reminder_3_svc(Table_Args_3 *args, struct svc_req *svcr
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
@@ -415,7 +426,8 @@ _DtCm_rtable_get_access_3_svc(Access_Args_3 *args, struct svc_req *svcrq)
|
||||
Access_Args_4 *newargs;
|
||||
Access_Args_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free((xdrproc_t)_DtCm_xdr_Access_Args_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free((xdrproc_t)_DtCm_xdr_Access_Args_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_accargs3_to_accargs4(args);
|
||||
if(newargs) {
|
||||
@@ -435,7 +447,8 @@ _DtCm_rtable_abbreviated_lookup_key_range_3_svc(Table_Args_3 *args, struct svc_r
|
||||
Table_Args_4 *newargs;
|
||||
Table_Res_4 *newres;
|
||||
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res);
|
||||
res = NULL;
|
||||
|
||||
newargs = _DtCm_tableargs3_to_tableargs4(args);
|
||||
if(newargs) {
|
||||
|
||||
Reference in New Issue
Block a user