aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-06 15:46:02 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-06 15:46:02 +0000
commit587ac70d6c7f615f930b3b7d47f8233220d7e032 (patch)
treea3a392eac58cc4fbe11b0e95bc194d1a0e76d3e0
parenta652044cd4e99b896c418b7aa7a63b5f8eac0131 (diff)
formatting
-rw-r--r--Spectrogram.c16
1 files 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 */
},
};