]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libimcv/ita/ita_attr_command.c
Moved debug.[ch] to utils folder
[thirdparty/strongswan.git] / src / libimcv / ita / ita_attr_command.c
index d43e4777b4b408cc435aeb97128fa4a096e328af..5869557066a616d03c9b25c8cd0a6b65ab30b388 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <pen/pen.h>
 
-#include <debug.h>
+#include <utils/debug.h>
 
 typedef struct private_ita_attr_command_t private_ita_attr_command_t;
 
@@ -100,7 +100,7 @@ METHOD(pa_tnc_attr_t, process, status_t,
        memcpy(this->command, this->value.ptr, this->value.len);
        this->command[this->value.len] = '\0';
 
-       return SUCCESS; 
+       return SUCCESS;
 }
 
 METHOD(pa_tnc_attr_t, get_ref, pa_tnc_attr_t*,