From 587ac70d6c7f615f930b3b7d47f8233220d7e032 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Sep 2014 15:46:02 +0000 Subject: formatting --- Spectrogram.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Spectrogram.c b/Spectrogram.c index 6c47725..aa99418 100644 --- a/Spectrogram.c +++ b/Spectrogram.c @@ -33,13 +33,13 @@ static void SpectrogramAction(Widget, XEvent *, String *, Cardinal *); #define offset(field) XtOffsetOf(SpectrogramRec, spectrogram.field) static XtResource resources[] = { { - XtNspectrogramResource, /* name */ - XtCSpectrogramResource, /* class */ - XtRSpectrogramResource, /* type */ - sizeof(char *), /* size */ - offset(resource), /* offset */ - XtRString, /* default_type */ - (XtPointer) "default" /* default_addr */ + XtNspectrogramResource, /* name */ + XtCSpectrogramResource, /* class */ + XtRSpectrogramResource, /* type */ + sizeof(char *), /* size */ + offset(resource), /* offset */ + XtRString, /* default_type */ + (XtPointer) "default" /* default_addr */ }, }; #undef offset @@ -47,7 +47,7 @@ static XtResource resources[] = { static XtActionsRec actions[] = { { - "spectrogram", /* name */ + "spectrogram", /* name */ SpectrogramAction /* procedure */ }, }; -- cgit v1.2.3